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:
authorTon Roosendaal <ton@blender.org>2009-03-12 12:15:49 +0300
committerTon Roosendaal <ton@blender.org>2009-03-12 12:15:49 +0300
commita1a91f9c8bf76fbd78f517686224c3722529478a (patch)
treef8b06e2c2fe66d42da17d719a2201933f7688922 /intern
parent52dc350c09558e348fa7a702671a8533a68ce850 (diff)
2.5
Makes Ghost compile for Make. Apparently the 'debug' directories are still in use?
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