From 0060ff7ba9a85a5bce09c2bb788ed44396a5d0b8 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 10 Dec 2013 21:27:34 -0500 Subject: [PATCH] fix configure cleaning --- configure/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure/Makefile b/configure/Makefile index db1b37a..ed7d3f2 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -14,8 +14,11 @@ os/CONFIG_PY.Common.%: $(TOP)/makehelper.py [ -d $(dir $@) ] || $(MKDIR) $(dir $@) $(PYTHON) $< $@ +ifeq ($(BASE_3_15), YES) +realclean: py_clean +else realclean:: py_clean -clean:: py_clean +endif py_clean: $(RMDIR) os