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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-04-10 22:47:33 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-04-10 22:47:33 +0400
commit5836cba0a5ffcace5fcf101a8947b377799b3adb (patch)
tree2df4605b91cfe8a1e3ee565c8ca228c2bb642b18 /source/blender/makesrna/intern/Makefile
parenta55feb91de189da3f36d11e731569612dc0ab6cb (diff)
Syntax error, unexpected ).
Diffstat (limited to 'source/blender/makesrna/intern/Makefile')
-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 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