indent...

git-svn-id: svn://svn.icculus.org/netradiant/trunk@162 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
divverent 2009-01-09 21:53:12 +00:00
parent 4c63e1f574
commit f1ed482f19

View File

@ -180,7 +180,7 @@ ifeq ($(OS),Darwin)
LDFLAGS_COMMON += -L/sw/lib -L/usr/lib -L/usr/X11R6/lib
LDFLAGS_DLL += -dynamiclib -ldl
EXE = ppc
$(error Unsupported build OS: $(OS) - please complete the Darwin support in this Makefile and submit a patch)
$(error Unsupported build OS: $(OS) - please complete the Darwin support in this Makefile and submit a patch)
else
$(error Unsupported build OS: $(OS))