diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-10 13:08:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-10 13:08:07 -0400 |
commit | 2557e7d81b6814d66c0faab81fde840fe1a155c5 (patch) | |
tree | c74e80a27b47dceea8e48eca00da4af277de0cdb /Makefile | |
parent | d3e249b8ad7eaec5859e89715efe2c73b82ae883 (diff) |
nuke tmp dir so things don't linger between builds
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |