clean python and perl, even if not built
This commit is contained in:
parent
b830e61d3f
commit
d1dd55c93b
1 changed files with 1 additions and 4 deletions
5
Makefile
5
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue