diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-14 14:44:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-14 14:44:28 +0000 |
commit | 150d5628317bbe6faef25b9075c73d59f04d28ae (patch) | |
tree | 92c5ca1ee77f9a70072b01298f87e48b7652b501 /lib/Makefile.in | |
parent | e5bc5afc7b0e489eca9aa8b8788d7ad918f8c8b5 (diff) | |
download | coreutils-150d5628317bbe6faef25b9075c73d59f04d28ae.tar.xz |
.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index a626a74aa..73e244c64 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -773,8 +773,8 @@ 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 "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -rm -f getdate.c clean: clean-am |