summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 88ac6d0b..0b3b5886 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -17,9 +17,6 @@ ifeq ($(COMPILE_PLATFORM),darwin)
COMPILE_ARCH=$(shell uname -p | sed -e s/i.86/x86/)
endif
-ifndef BUILD_STANDALONE
- BUILD_STANDALONE =
-endif
ifndef BUILD_CLIENT
BUILD_CLIENT =
endif
@@ -1062,10 +1059,6 @@ ifdef DEFAULT_BASEDIR
BASE_CFLAGS += -DDEFAULT_BASEDIR=\\\"$(DEFAULT_BASEDIR)\\\"
endif
-ifeq ($(BUILD_STANDALONE),1)
- BASE_CFLAGS += -DSTANDALONE
-endif
-
ifeq ($(GENERATE_DEPENDENCIES),1)
DEPEND_CFLAGS = -MMD
else