From: Jim Meyering Date: Tue, 22 Jan 2002 11:59:11 +0000 (+0000) Subject: (Makefile): Don't depend on $(BUILT_SOURCES). X-Git-Tag: cvs-readonly~5454 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=fcb2bdb0c19d2cd00aac07960b98c886752b5637;p=gnulib.git (Makefile): Don't depend on $(BUILT_SOURCES). Otherwise, some versions of automake would omit the rule that makes Makefile from Makefile.in. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 5356aa6b7..19de43a71 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -119,8 +119,6 @@ stat.c: xstat.in $(srcdir)/xstat.in > $@-t mv $@-t $@ -Makefile: $(BUILT_SOURCES) - # The following is needed in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing # packages so that "make uninstall" will remove the file if and only if it