fix missing spaces
git-svn-id: svn://svn.icculus.org/netradiant/trunk@41 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
84a820d3cb
commit
416d27e496
4
Makefile
4
Makefile
|
|
@ -33,9 +33,9 @@ ifeq ($(OS),Linux)
|
|||
LIBS_GTK = `pkg-config gtk+-2.0 --libs-only-l --libs-only-L`
|
||||
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)
|
||||
else ifeq ($(OS),Win32)
|
||||
$(error Unsupported build OS)
|
||||
else ifeq($(OS),Darwin)
|
||||
else ifeq ($(OS),Darwin)
|
||||
$(error Unsupported build OS)
|
||||
else
|
||||
$(error Unsupported build OS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user