From 5836cba0a5ffcace5fcf101a8947b377799b3adb Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Fri, 10 Apr 2009 18:47:33 +0000 Subject: Syntax error, unexpected ). --- source/blender/makesrna/intern/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/Makefile b/source/blender/makesrna/intern/Makefile index 54543f01fbf..f5df20fcc9f 100644 --- a/source/blender/makesrna/intern/Makefile +++ b/source/blender/makesrna/intern/Makefile @@ -88,7 +88,7 @@ $(DIR)/$(DEBUG_DIR)%_api.o: ../../editors/interface/*_api.c @echo " -- $< -- " @$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ else - $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@) + $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ endif # A small note: we do not use the debug version of the alloc lib. That -- cgit v1.2.3