fix configure cleaning

This commit is contained in:
Michael Davidsaver
2013-12-10 21:27:34 -05:00
parent c2e2949ce4
commit 0060ff7ba9

View File

@ -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