From: Jim Meyering Date: Fri, 17 Oct 2003 08:27:35 +0000 (+0000) Subject: . X-Git-Tag: v5.1.0~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48cfcdf50126c181f9ff5892ab3e049aa26f0593;p=thirdparty%2Fcoreutils.git . --- 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