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:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-11-24 18:42:46 +0300
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-11-24 18:42:46 +0300
commit9b4f87508aeb48668a8bd438eec6fdd1e9ae505b (patch)
tree31a23f40b27b3cbed66323d32f48ffa0f95b8fe1 /intern/ghost/Makefile
parent856e33cefc8dcdefe316cd892c3eadc64d97e4b7 (diff)
The debug target was erroneously removed, put it back.
Fixes build failure reported by ztonzy
Diffstat (limited to 'intern/ghost/Makefile')
-rw-r--r--intern/ghost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/Makefile b/intern/ghost/Makefile
index ccbb223680b..fe65afbfb93 100644
--- a/intern/ghost/Makefile
+++ b/intern/ghost/Makefile
@@ -41,7 +41,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