summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-22 11:59:11 +0000
committerJim Meyering <jim@meyering.net>2002-01-22 11:59:11 +0000
commitfb92d24736139f0afce0589066fbc4ef0346f456 (patch)
tree11a73c9377e41fbd1d90b981550d992aee255e4c /lib/Makefile.am
parentc00f96b198ed088e89ee5c0ea674ff20e48d5f9f (diff)
downloadcoreutils-fb92d24736139f0afce0589066fbc4ef0346f456.tar.xz
(Makefile): Don't depend on $(BUILT_SOURCES).
Otherwise, some versions of automake would omit the rule that makes Makefile from Makefile.in.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5356aa6b7..19de43a71 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -119,8 +119,6 @@ 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
# packages so that "make uninstall" will remove the file if and only if it