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:
authorStefan Gartner <stefang@aon.at>2010-05-22 01:26:03 +0400
committerStefan Gartner <stefang@aon.at>2010-05-22 01:26:03 +0400
commitc0a0f2c43e934e2054eefe5bf90889cf67b736f9 (patch)
treed413b85344bfdc788a1888ad75068ba78b5b9e3c /source/blender/blenkernel/intern/Makefile
parentbb852842283f4a42db0e3214a697b98e779d0a00 (diff)
Makefiles: make sure syntax is correct...
Diffstat (limited to 'source/blender/blenkernel/intern/Makefile')
-rw-r--r--source/blender/blenkernel/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/Makefile b/source/blender/blenkernel/intern/Makefile
index ea06cb79781..15c022592f9 100644
--- a/source/blender/blenkernel/intern/Makefile
+++ b/source/blender/blenkernel/intern/Makefile
@@ -132,7 +132,7 @@ ifeq ($(WITH_QUICKTIME), true)
CPPFLAGS += -DWITH_QUICKTIME
endif
-ifeq ($(WITH_TIFF), true
+ifeq ($(WITH_TIFF), true)
CPPFLAGS += -DWITH_TIFF
endif