From: David Schleef Date: Tue, 10 Jul 2001 22:33:05 +0000 (+0000) Subject: clean python and perl, even if not built X-Git-Tag: r0_7_16~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1dd55c93b17e873acda8b6c9cf976aa9628a082;p=comedilib.git clean python and perl, even if not built --- 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