summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-22 12:00:00 +0000
committerJim Meyering <jim@meyering.net>2002-01-22 12:00:00 +0000
commit0e4a77847a070a4cddb9044f5ccc731b02d0e478 (patch)
tree18238cf1295cff5fc3317ed2716d64e8628b68f5 /lib
parentbc3afd9b4642154e53416325a8db6f9a592f779d (diff)
downloadcoreutils-0e4a77847a070a4cddb9044f5ccc731b02d0e478.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 1a343ed1e..13332680e 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -367,6 +367,8 @@ 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
@@ -999,8 +1001,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