summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-17 08:27:35 +0000
committerJim Meyering <jim@meyering.net>2003-10-17 08:27:35 +0000
commit48cfcdf50126c181f9ff5892ab3e049aa26f0593 (patch)
tree0ce4a26dab22eac5f2242d980b2959b3af275510 /lib/Makefile.in
parente15cff65a25333989dad137d365d568dc231acaf (diff)
downloadcoreutils-48cfcdf50126c181f9ff5892ab3e049aa26f0593.tar.xz
.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 84da1fdd3..60f21b1d5 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -248,7 +248,7 @@ libfetish_a_SOURCES = \
version-etc.c version-etc.h \
xalloc.h \
xgetcwd.c xgetcwd.h \
- xgethostname.c \
+ xgethostname.c xgethostname.h \
xmalloc.c \
xmemcoll.c xmemcoll.h \
xnanosleep.c xnanosleep.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."
+ -rm -f getdate.c
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
- -rm -f getdate.c
clean: clean-am
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am