From: rpolzer Date: Mon, 15 Sep 2008 13:08:55 +0000 (+0000) Subject: fix errors X-Git-Tag: svn-r421~377 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=bbe0036bd17ff871c7607883dbcdc0a204e65682 fix errors git-svn-id: svn://svn.icculus.org/netradiant/trunk@43 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/Makefile b/Makefile index a9feedc3..cff723c4 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ else ifeq ($(BUILD),release) CFLAGS += $(CFLAGS_OPT) LDFLAGS += -s else - $(error Unsupported build type) +$(error Unsupported build type) endif ifeq ($(OS),Linux) @@ -34,11 +34,11 @@ ifeq ($(OS),Linux) CPPFLAGS_GTKGLEXT = `pkg-config gtkglext-1.0 --cflags` LIBS_GTKGLEXT = `pkg-config gtkglext-1.0 --libs-only-l --libs-only-L` else ifeq ($(OS),Win32) - $(error Unsupported build OS) +$(error Unsupported build OS) else ifeq ($(OS),Darwin) - $(error Unsupported build OS) +$(error Unsupported build OS) else - $(error Unsupported build OS) +$(error Unsupported build OS) endif RADIANT_ABOUTMSG = Custom build