From 9b4f87508aeb48668a8bd438eec6fdd1e9ae505b Mon Sep 17 00:00:00 2001 From: Wouter van Heyst Date: Mon, 24 Nov 2003 15:42:46 +0000 Subject: [PATCH] The debug target was erroneously removed, put it back. Fixes build failure reported by ztonzy --- intern/ghost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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