diff options
author | /dev/humancontroller <devhc@example.com> | 2015-03-28 01:08:49 +0100 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:09 +0100 |
commit | 34b4da297aebb90a1b815248f92c119d63572c22 (patch) | |
tree | c6c5a93ed2bb425a86b34dc30d9074476c4a6d03 /GNUmakefile | |
parent | 129ec5bc4f3224323a4750d5793197e2c29d4e2b (diff) |
remove remnants of STANDALONE
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 7 |
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 |