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
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-01-08 16:54:39 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-01-08 16:54:39 +0300
commitb08f15aa08cb4b3522b5265118f533cc438c67d9 (patch)
treeac25cb9dfa00440bd1290c5cc6d6d5cf6a950c9c /intern
parent8e095b0e64216f574c702552d8d366869759f83b (diff)
2.5: make and cmake fixes for recent changes.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/Makefile b/intern/ghost/Makefile
index c5a9c522655..f809a32ac8f 100644
--- a/intern/ghost/Makefile
+++ b/intern/ghost/Makefile
@@ -38,7 +38,7 @@ TESTDIRS = test
include nan_subdirs.mk
-install: all
+install: all debug
@[ -d $(NAN_GHOST) ] || mkdir $(NAN_GHOST)
@[ -d $(NAN_GHOST)/include ] || mkdir $(NAN_GHOST)/include
@[ -d $(NAN_GHOST)/lib ] || mkdir $(NAN_GHOST)/lib