Fixed a compiler crash on Linux when the include directory didn't exist

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401318
This commit is contained in:
Scott Ehlert
2007-08-12 05:54:09 +00:00
parent aad8efc0a7
commit ed88587a2f
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ else
CPPFLAGS += $(OPT_CPP_FLAGS)
endif
CFLAGS += -DLINUX -DNDEBUG -DHAVE_STDINT_H -DAMX_ANSIONLY
CFLAGS += -DLINUX -DNDEBUG -DHAVE_STDINT_H -DAMX_ANSIONLY -DENABLE_BINRELOC
CPPFLAGS += -Wno-deprecated -fno-exceptions -fno-rtti
OBJ_LINUX := $(OBJECTS:%.cpp=$(BIN_DIR)/%.o)