From 307586f03fa5bcfd0609cd2f2e0d91b64c022c50 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Sat, 12 Jul 2003 00:46:43 +0000 Subject: EXPYTHON in now the only python for the Makefiles build. --- intern/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'intern') diff --git a/intern/Makefile b/intern/Makefile index 41fd7010809..04195ca8533 100644 --- a/intern/Makefile +++ b/intern/Makefile @@ -37,11 +37,6 @@ SOURCEDIR = intern ALLDIRS = string ghost guardedalloc bmfont moto container memutil ALLDIRS += decimation iksolver bsp -ifneq ($(EXPYTHON), true) - ALLDIRS += python/freeze -endif - - all:: @for i in $(ALLDIRS); do \ echo "====> $(MAKE) $@ in $(SOURCEDIR)/$$i" ;\ -- cgit v1.2.3