changeset 3639:c44347a4fcbf

(Makefile): Depend on $(BUILT_SOURCES), so those files will be created before anything else.
author Jim Meyering <jim@meyering.net>
date Mon, 19 Nov 2001 13:33:26 +0000
parents 973938552a8b
children ebc7a750d733
files lib/Makefile.am
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -119,6 +119,8 @@
 	  $(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