summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-15 21:22:02 +0000
committerJim Meyering <jim@meyering.net>2003-10-15 21:22:02 +0000
commit6f5cbd29253b85da9cfdc613ea8c2fd15d25ddd4 (patch)
tree530e5c2b66d2b66f384d7a8a4bd65b46fe52af1e /lib/Makefile.in
parent21ed960c0fe5618e837f11c7db3bf32ce4bd5663 (diff)
downloadcoreutils-6f5cbd29253b85da9cfdc613ea8c2fd15d25ddd4.tar.xz
.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 73e244c64..ceea2e79b 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -243,7 +243,7 @@ libfetish_a_SOURCES = \
unicodeio.c unicodeio.h \
unistd-safer.h \
unlocked-io.h \
- userspec.c \
+ userspec.c userspec.h \
utimens.c utimens.h \
version-etc.c version-etc.h \
xalloc.h \
@@ -773,9 +773,9 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
- -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-rm -f getdate.c
+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-am
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am