fix some typos

git-svn-id: svn://svn.icculus.org/netradiant/trunk@177 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
divverent 2009-01-15 06:37:43 +00:00
parent f1136218cf
commit 95938cb820

View File

@ -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