From ec52d4a0d34d9ca186cec55a98931162efcf1cea Mon Sep 17 00:00:00 2001 From: Chris Want Date: Sat, 30 Apr 2005 17:33:20 +0000 Subject: [PATCH] Allow make to find user-def.mk even when compiling in subdirectories using the 'mke' trick. --- source/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Makefile b/source/Makefile index 58f998f66a0..6f5b3640df0 100644 --- a/source/Makefile +++ b/source/Makefile @@ -36,6 +36,7 @@ ifndef NANENV export NANENV := $(shell env | grep NAN_) endif +sinclude ../user-def.mk include nan_definitions.mk DIRS = creator blender kernel