From 98690df815f56a869befa8ee49b63fa5be3509f9 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Wed, 26 Aug 2009 12:10:13 +1200 Subject: [PATCH] Where the hell did that come from... --- extensions/sdktools/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/sdktools/Makefile b/extensions/sdktools/Makefile index 1c23f05d..03b6af38 100644 --- a/extensions/sdktools/Makefile +++ b/extensions/sdktools/Makefile @@ -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