From: Jim Meyering Date: Mon, 19 Nov 2001 13:33:26 +0000 (+0000) Subject: (Makefile): Depend on $(BUILT_SOURCES), so those X-Git-Tag: TEXTUTILS-2_0_17~26 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d3caacdc49d7423680cb4c72e24f47be6574ed4d;p=thirdparty%2Fcoreutils.git (Makefile): Depend on $(BUILT_SOURCES), so those files will be created before anything else. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 23323150ec..310c879b37 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -119,6 +119,8 @@ 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