From: Jim Meyering Date: Mon, 19 Nov 2001 13:33:26 +0000 (+0000) Subject: (Makefile): Depend on $(BUILT_SOURCES), so those X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37419c86a023a2fa137393f4afa118a365ecc4b9;p=pspp (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