From d1dd55c93b17e873acda8b6c9cf976aa9628a082 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 10 Jul 2001 22:33:05 +0000 Subject: [PATCH] clean python and perl, even if not built --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4254850..0ac2791 100644 --- a/Makefile +++ b/Makefile @@ -99,12 +99,9 @@ subdirs: dummy clean: dummy set -e;for i in $(SUBDIRS);do ${MAKE} clean -C $$i ; done -ifeq ($(with_python),yes) + # These will fail if nothing was built, but that's not a problem -$(MAKE) -C python distclean -endif -ifeq ($(with_perl),yes) -$(MAKE) -C perl distclean -endif distclean: clean