summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-12-19 13:54:04 +0000
committerJim Meyering <jim@meyering.net>1998-12-19 13:54:04 +0000
commit01fe7e76f4a9f3f33a5350e8c88b3d4f9e226cf6 (patch)
tree344555dbe5aa8a6cca5103024c5d027ebd10b1ef /lib
parentbcf9971e843cb38e5c72481d8bfb933fe58e76a9 (diff)
downloadcoreutils-01fe7e76f4a9f3f33a5350e8c88b3d4f9e226cf6.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index df67625bf..27d05311e 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -115,6 +115,8 @@ posixtm.h quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \
xalloc.h xstrtol.h xstrtoul.h
BUILT_SOURCES = getdate.c lstat.c stat.c
+
+EXTRA_DIST = xstat.in
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
@@ -514,7 +516,6 @@ install-data install uninstall all installdirs mostlyclean-generic \
distclean-generic clean-generic maintainer-clean-generic clean \
mostlyclean distclean maintainer-clean
-
lstat.c: xstat.in
sed -e '/@IGNORE@/d' -e 's/@xstat@/lstat/g' $(srcdir)/xstat.in > $@-t
mv $@-t $@