Makefiles: make sure syntax is correct...

This commit is contained in:
Stefan Gartner
2010-05-21 21:26:03 +00:00
parent bb85284228
commit c0a0f2c43e
2 changed files with 5 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ ifeq ($(WITH_QUICKTIME), true)
CPPFLAGS += -DWITH_QUICKTIME CPPFLAGS += -DWITH_QUICKTIME
endif endif
ifeq ($(WITH_TIFF), true ifeq ($(WITH_TIFF), true)
CPPFLAGS += -DWITH_TIFF CPPFLAGS += -DWITH_TIFF
endif endif

View File

@@ -69,4 +69,8 @@ ifeq ($(WITH_BINRELOC), true)
CPPFLAGS += -I$(NANBLENDERHOME)/extern/binreloc/include -DWITH_BINRELOC CPPFLAGS += -I$(NANBLENDERHOME)/extern/binreloc/include -DWITH_BINRELOC
endif endif
ifeq ($(WITH_TIFF), true)
CPPFLAGS += -DWITH_TIFF
endif
CPPFLAGS += -I$(OPENGL_HEADERS) CPPFLAGS += -I$(OPENGL_HEADERS)