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-04-09 17:32:14 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-04-09 17:32:14 +0400
commit26568d03037f4ee06b2bbb29a425473158e1455a (patch)
tree8d1d89ad8c893bd231ed89b5a028769921c909c0 /source/blender/makesrna
parent9196d88242af69abc3f4c44c1060f9c25ed34611 (diff)
RNA: makefiles aren't working correct on Mac currently,
temporary workaround.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/Makefile b/source/blender/makesrna/intern/Makefile
index f64c11ac718..54543f01fbf 100644
--- a/source/blender/makesrna/intern/Makefile
+++ b/source/blender/makesrna/intern/Makefile
@@ -77,7 +77,7 @@ clean::
# we want the .o's to be in the makesrna/ directory, but the
# .c's are in the editors/*/ directories
-$(DIR)/$(DEBUG_DIR)%_api.o: ../../editors/*/%_api.c
+$(DIR)/$(DEBUG_DIR)%_api.o: ../../editors/interface/*_api.c
ifdef NAN_DEPEND
@set -e; $(CC) -M $(CPPFLAGS) $< 2>/dev/null \
| sed 's@\($*\)\.o[ :]*@$(DIR)/$(DEBUG_DIR)\1.o : @g' \