summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-15 21:47:54 +0000
committerJim Meyering <jim@meyering.net>2003-10-15 21:47:54 +0000
commit1c5ec523a49b43d399b09f3817fecacc2a71e4da (patch)
tree682106ebc12cb9f5fe7023e9dab6afb9bd3ccc99 /lib/Makefile.in
parent14481892fe73ec1033c3b20e425e3952c437b61e (diff)
downloadcoreutils-1c5ec523a49b43d399b09f3817fecacc2a71e4da.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 ceea2e79b..84da1fdd3 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -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 "$(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
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am