From: divverent Date: Thu, 15 Jan 2009 06:37:43 +0000 (+0000) Subject: fix some typos X-Git-Tag: svn-r421~243 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=95938cb82059391c51c1a893f03d5d70453fbfb4;p=xonotic%2Fnetradiant.git fix some typos git-svn-id: svn://svn.icculus.org/netradiant/trunk@177 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/Makefile b/Makefile index 0319a92c..b9aa6e5c 100644 --- 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