]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix some typos
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Thu, 15 Jan 2009 06:37:43 +0000 (06:37 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Thu, 15 Jan 2009 06:37:43 +0000 (06:37 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@177 61c419a2-8eb2-4b30-bcec-8cead039b335

Makefile

index 0319a92c9cb1b05621fb7c0f48688fa0afff754c..b9aa6e5c6ee5e68c650ce80ced003baa6870e8c4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -193,8 +193,6 @@ ifeq ($(OS),Darwin)
 
        INSTALLDIR_BASE := $(INSTALLDIR)
        INSTALLDIR := $(INSTALLDIR_BASE)/NetRadiant.app/Contents/MacOS/install
-endif
-
 else
 
 $(error Unsupported build OS: $(OS))
@@ -328,6 +326,7 @@ binaries: \
 .PHONY: clean
 clean:
        $(RM_R) $(INSTALLDIR)/
+       [ "$(OS)" != "Darwin" ] || $(RM_R) $(INSTALLDIR_BASE)/
        $(FIND) . \( -name \*.o -o -name \*.d -o -name \*.$(DLL) -o -name \*.$(A) -o -name \*.$(EXE) \) -exec $(RM) {} \;
        $(RM) icons/*.rc