diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-22 11:58:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-22 11:58:36 +0000 |
commit | c00f96b198ed088e89ee5c0ea674ff20e48d5f9f (patch) | |
tree | bc1959be2d416bee2863b0f41726c1a51c6b463f /lib | |
parent | 7a50bc0dff6246c8b62f0bbf73d79c539d6c892a (diff) | |
download | coreutils-c00f96b198ed088e89ee5c0ea674ff20e48d5f9f.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 13332680e..1a343ed1e 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -367,8 +367,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 @@ -1001,6 +999,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 |