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
path: root/source
diff options
context:
space:
mode:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-02-02 19:45:32 +0300
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-02-02 19:45:32 +0300
commit1ee378865fe91f3e517cfdab341d95836c6770fd (patch)
tree7348ee9cd22cd9391a1201e9d55eb011e64a588e /source
parent407071d5266db4a6d264960de92cfdceb4a281c9 (diff)
Correct typo in blenderstatic rule
Diffstat (limited to 'source')
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index d65eed12c7d..ffcafaa843f 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -488,7 +488,7 @@ $(DIR)/$(DEBUG_DIR)blenderstatic: $(OBJS) $(GRPLIB) $(COMLIB) $(PULIB)
$(CCC) $(REL_CFLAGS) -DBUILD_DATE='"$(BUILD_DATE)"' -DBUILD_TIME='"$(BUILD_TIME)"' -DBUILD_PLATFORM='"$(CONFIG_GUESS)"' -DBUILD_TYPE='"static"' $(BUILDINFO_C) -c -o $(BUILDINFO_O) -DNAN_BUILDINFO
endif
mkdir -p $(DIR)/$(DEBUG_DIR)bin
- $(CCC) $(LDFLAGS) -o $(DKR)/$(DEBUG_DIR)bin/blenderstatic $(BUILDINFO_O) $(OBJS) $(GRPLIB) $(COMLIB) $(PULIB) $(PYLIB) $(LLIBS) $(SADD) $(LOPTS)
+ $(CCC) $(LDFLAGS) -o $(DIR)/$(DEBUG_DIR)bin/blenderstatic $(BUILDINFO_O) $(OBJS) $(GRPLIB) $(COMLIB) $(PULIB) $(PYLIB) $(LLIBS) $(SADD) $(LOPTS)
ifdef NAN_BUILDINFO
/bin/rm $(BUILDINFO_O)
endif