From b08f15aa08cb4b3522b5265118f533cc438c67d9 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 8 Jan 2009 13:54:39 +0000 Subject: 2.5: make and cmake fixes for recent changes. --- intern/ghost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') 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 -- cgit v1.2.3