From 34b4da297aebb90a1b815248f92c119d63572c22 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 28 Mar 2015 01:08:49 +0100 Subject: remove remnants of STANDALONE --- GNUmakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'GNUmakefile') 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 -- cgit