From e5836d1b58f5f9b322097e2e9c8f1ea008041590 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 27 Nov 1995 21:45:28 +0000 Subject: [PATCH] Removed bogus local clean targets --- lib/am/subdirs.am | 23 ----------------------- subdirs.am | 23 ----------------------- 2 files changed, 46 deletions(-) diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am index 5139b346..9a6c0aac 100644 --- a/lib/am/subdirs.am +++ b/lib/am/subdirs.am @@ -21,26 +21,3 @@ $(RECURSIVE): || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" -mostlyclean: mostlyclean-recursive mostlyclean-local - -clean: clean-recursive clean-local - -distclean: distclean-recursive - $(MAKE) distclean-local - -maintainer-clean: maintainer-clean-recursive - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - $(MAKE) maintainerclean-local - -mostlyclean-local: - -clean-local: mostlyclean-local - -distclean-local: clean-local - rm -f Makefile config.cache config.log config.status - rm -f ${CONFIG_HEADER} stamp-h - -maintainer-clean-local: distclean-local - rm -f TAGS - diff --git a/subdirs.am b/subdirs.am index 5139b346..9a6c0aac 100644 --- a/subdirs.am +++ b/subdirs.am @@ -21,26 +21,3 @@ $(RECURSIVE): || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" -mostlyclean: mostlyclean-recursive mostlyclean-local - -clean: clean-recursive clean-local - -distclean: distclean-recursive - $(MAKE) distclean-local - -maintainer-clean: maintainer-clean-recursive - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - $(MAKE) maintainerclean-local - -mostlyclean-local: - -clean-local: mostlyclean-local - -distclean-local: clean-local - rm -f Makefile config.cache config.log config.status - rm -f ${CONFIG_HEADER} stamp-h - -maintainer-clean-local: distclean-local - rm -f TAGS - -- 2.43.5