RNA: makefiles aren't working correct on Mac currently,

temporary workaround.
This commit is contained in:
Brecht Van Lommel
2009-04-09 13:32:14 +00:00
parent 9196d88242
commit 26568d0303

View File

@@ -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' \