summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-11 23:27:05 +0000
committerJim Meyering <jim@meyering.net>2002-02-11 23:27:05 +0000
commite34b2d910831e7edaf51581ebe32579e7bcd9561 (patch)
treefd52e034e9dba8152be3519c58d5750a95d603a6 /lib
parentbc4fb9c6f08ea677c3cf30f4f583c7e87e6f8939 (diff)
downloadcoreutils-e34b2d910831e7edaf51581ebe32579e7bcd9561.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index a820a7a95..ad5eaf508 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -366,8 +366,6 @@ all: $(BUILT_SOURCES)
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu lib/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
AR = ar
@@ -1000,6 +998,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
# packages so that "make uninstall" will remove the file if and only if it