summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-10 13:08:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-10 13:08:07 -0400
commit2557e7d81b6814d66c0faab81fde840fe1a155c5 (patch)
treec74e80a27b47dceea8e48eca00da4af277de0cdb
parentd3e249b8ad7eaec5859e89715efe2c73b82ae883 (diff)
nuke tmp dir so things don't linger between builds
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45b9a578b..5c474e9ca 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS/bundle
osxapp: Build/Standalone Build/OSXMkLibs
$(MAKE) git-annex
- rm -rf "$(OSXAPP_DEST)"
+ rm -rf "$(OSXAPP_DEST)" "$(OSXAPP_BASE)"
install -d tmp/build-dmg
cp -R standalone/osx/git-annex.app "$(OSXAPP_DEST)"