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:
authorKent Mein <mein@cs.umn.edu>2002-11-08 14:36:37 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-08 14:36:37 +0300
commit50aabf8599da6099f9027cd1f023f81c26610959 (patch)
tree379c92596cf47a013949935e8931e7ae05fc3a75
parentbd89c211a2038ee501b3fffc8352958151ab04d8 (diff)
switched the order of build (frozen and intern are now intern and frozen)
that way the lib gets installed before the dir didn't exist so it died. Kent -- mein@cs.umn.edu
-rw-r--r--source/blender/bpython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bpython/Makefile b/source/blender/bpython/Makefile
index 819957631ff..fad66fbaec5 100644
--- a/source/blender/bpython/Makefile
+++ b/source/blender/bpython/Makefile
@@ -32,6 +32,6 @@
# Bounces make to subdirectories.
SOURCEDIR = source/blender/bpython
-DIRS = frozen intern
+DIRS = intern frozen
include nan_subdirs.mk