summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-19 13:33:26 +0000
committerJim Meyering <jim@meyering.net>2001-11-19 13:33:26 +0000
commitd3caacdc49d7423680cb4c72e24f47be6574ed4d (patch)
treed1743a7a50b4aae0c3c7a3d823e7e3e7e42371f3 /lib/Makefile.am
parent63821aae499a5bf71ea85be1679377733442d17a (diff)
downloadcoreutils-d3caacdc49d7423680cb4c72e24f47be6574ed4d.tar.xz
(Makefile): Depend on $(BUILT_SOURCES), so those
files will be created before anything else.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 23323150e..310c879b3 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