1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 17:18:45 +02:00

(Makefile): Depend on $(BUILT_SOURCES), so those

files will be created before anything else.
This commit is contained in:
Jim Meyering
2001-11-19 13:33:26 +00:00
parent 63821aae49
commit d3caacdc49

View 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