Where the hell did that come from...

This commit is contained in:
Matt Woodrow 2009-08-26 12:10:13 +12:00
parent 52c537b2ab
commit 98690df815

View File

@ -130,8 +130,6 @@ ifeq "$(GCC_VERSION)" "4"
CPPFLAGS += $(CPP_GCC4_FLAGS)
endif
BINARY = $(PROJECT).ext.so
OBJ_LINUX := $(OBJECTS:%.cpp=$(BIN_DIR)/%.o)
$(BIN_DIR)/%.o: %.cpp