From 48cfcdf50126c181f9ff5892ab3e049aa26f0593 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 17 Oct 2003 08:27:35 +0000 Subject: [PATCH] . --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 84da1fdd36..60f21b1d5a 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 -- 2.47.2