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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-03-15 14:30:02 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-03-15 14:30:02 +0300
commit9ad4cd89c2cdee8d8086f7da9d9b35fdec12366a (patch)
tree4eb4e19ee585823bb1cce6ccbfba34d608ad2f26 /source/blender/makesrna/intern/Makefile
parent863a0e246f1e845bbb512c870856c9110a9ad1b3 (diff)
RNA:
* Fix a dependency issue in Makefiles. * Fix use of uninitialized variable in makesrna.
Diffstat (limited to 'source/blender/makesrna/intern/Makefile')
-rw-r--r--source/blender/makesrna/intern/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/Makefile b/source/blender/makesrna/intern/Makefile
index aad4acdbf38..bb06bc51336 100644
--- a/source/blender/makesrna/intern/Makefile
+++ b/source/blender/makesrna/intern/Makefile
@@ -38,6 +38,10 @@ CSRCS = $(GENSRCS) rna_access.c rna_dependency.c
include nan_compile.mk
+ifdef NAN_DEPEND
+-include $(MAKESRCS:%.c=$(DIR)/$(DEBUG_DIR)%.d)
+endif
+
CFLAGS += $(LEVEL_1_C_WARNINGS)
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include