]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix errors
authorrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 15 Sep 2008 13:08:55 +0000 (13:08 +0000)
committerrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 15 Sep 2008 13:08:55 +0000 (13:08 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@43 61c419a2-8eb2-4b30-bcec-8cead039b335

Makefile

index a9feedc38a183bc7c099d844b9b294b00fae143e..cff723c4e45fc0f3c3fd78714a008788c8693c32 100644 (file)
--- 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