From 49182b477d2c1662473c9eadb6e1d2b2f76f3865 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 4 Feb 2005 23:18:59 +0000 Subject: [PATCH] - patched $(MK_DOC) into the default dependencies, such that chow.c gets built during the make process. Before, it was being built during the install process, when gcc might not be available, if the install goes into an empty folder. Now, installs in empty folders work properly. git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@11253 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- binutils/bfd/doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/bfd/doc/Makefile.in b/binutils/bfd/doc/Makefile.in index 85d64277e3..4d0de32146 100644 --- a/binutils/bfd/doc/Makefile.in +++ b/binutils/bfd/doc/Makefile.in @@ -259,7 +259,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best -all: all-redirect +all: all-redirect $(MKDOC) .SUFFIXES: .SUFFIXES: .dvi .info .ps .texi .texinfo .txi $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)