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>2006-11-22 22:05:35 +0300
committerChris Want <cwant@ualberta.ca>2006-11-22 22:05:35 +0300
commit341f50c4f78052b4aff135b5493b1421b4ffaf5a (patch)
tree271adce16008b93b0cc87c5d52de4b4e150390f4 /extern/Makefile
parent7cb76f4bf9395208d632d35c40e058af8aa4a412 (diff)
Makefile support for bullet2 ... please test
Diffstat (limited to 'extern/Makefile')
-rw-r--r--extern/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/extern/Makefile b/extern/Makefile
index fb5570eff4b..04b282a8926 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -53,7 +53,7 @@ ifeq ($(WITH_VERSE), true)
endif
ifneq ($(NAN_NO_KETSJI), true)
- DIRS += bullet
+ DIRS += bullet2
endif
TARGET =
@@ -74,4 +74,3 @@ clean test debug::
echo "====> $(MAKE) $@ in $(SOURCEDIR)/$$i" ;\
$(MAKE) -C $$i $@ || exit 1; \
done
-