fix configure cleaning
This commit is contained in:
@ -14,8 +14,11 @@ os/CONFIG_PY.Common.%: $(TOP)/makehelper.py
|
|||||||
[ -d $(dir $@) ] || $(MKDIR) $(dir $@)
|
[ -d $(dir $@) ] || $(MKDIR) $(dir $@)
|
||||||
$(PYTHON) $< $@
|
$(PYTHON) $< $@
|
||||||
|
|
||||||
|
ifeq ($(BASE_3_15), YES)
|
||||||
|
realclean: py_clean
|
||||||
|
else
|
||||||
realclean:: py_clean
|
realclean:: py_clean
|
||||||
clean:: py_clean
|
endif
|
||||||
|
|
||||||
py_clean:
|
py_clean:
|
||||||
$(RMDIR) os
|
$(RMDIR) os
|
||||||
|
Reference in New Issue
Block a user