(Makefile): Depend on $(BUILT_SOURCES), so those
authorJim Meyering <jim@meyering.net>
Mon, 19 Nov 2001 13:33:26 +0000 (13:33 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 19 Nov 2001 13:33:26 +0000 (13:33 +0000)
files will be created before anything else.

lib/Makefile.am

index 2332315..310c879 100644 (file)
@@ -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