From e0a3ecb76839237a1a9b7f2689aa68431ac90de0 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 24 Jan 2018 16:20:00 -0800 Subject: [PATCH] fix realclean hack --- configure/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/Makefile b/configure/Makefile index 8739a0e..4ab05b9 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -19,7 +19,7 @@ os/CONFIG_PY$(PY_VER).Common.$(T_A): $(TOP)/makehelper.py [ -d $(dir $@) ] || $(MKDIR) $(dir $@) $(PYTHON) $< $@ -ifeq ($(BASE_3_15), YES) +ifdef BASE_3_15 realclean: py_clean else realclean:: py_clean