Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2003-07-12 04:46:43 +0400
committerChris Want <cwant@ualberta.ca>2003-07-12 04:46:43 +0400
commit307586f03fa5bcfd0609cd2f2e0d91b64c022c50 (patch)
treeb120f28cb0648d034d3ad66f5b7a59dc29a4e8f5 /intern/Makefile
parent70ee786960822d5b96ea6a545410c8997d7dea07 (diff)
EXPYTHON in now the only python for the Makefiles build.
Diffstat (limited to 'intern/Makefile')
-rw-r--r--intern/Makefile5
1 files changed, 0 insertions, 5 deletions
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" ;\