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:
-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