fix realclean hack

This commit is contained in:
Michael Davidsaver
2018-01-24 16:20:00 -08:00
parent 6de2538c1d
commit e0a3ecb768

View File

@ -19,7 +19,7 @@ os/CONFIG_PY$(PY_VER).Common.$(T_A): $(TOP)/makehelper.py
[ -d $(dir $@) ] || $(MKDIR) $(dir $@) [ -d $(dir $@) ] || $(MKDIR) $(dir $@)
$(PYTHON) $< $@ $(PYTHON) $< $@
ifeq ($(BASE_3_15), YES) ifdef BASE_3_15
realclean: py_clean realclean: py_clean
else else
realclean:: py_clean realclean:: py_clean