From fcb2bdb0c19d2cd00aac07960b98c886752b5637 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Jan 2002 11:59:11 +0000 Subject: [PATCH] (Makefile): Don't depend on $(BUILT_SOURCES). Otherwise, some versions of automake would omit the rule that makes Makefile from Makefile.in. --- lib/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 5356aa6b76..19de43a710 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 -- 2.30.2