diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-28 12:46:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-28 12:46:00 -0400 |
commit | 0658d8974218cd67112bc13f77292b0e111b7d06 (patch) | |
tree | 9f9c953ba909d2484e2845c708b94b8184019239 | |
parent | 27b02b8e03e7c8718af113afa70ea0edb35ee1c1 (diff) |
fix osxapp deps
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ dpkg-buildpackage%: prep-standalone OSXAPP_DEST=tmp/build-dmg/git-annex.app OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS/bundle -osxapp: Build/Standalone Build/OSXMkLibs +osxapp: $(MAKE) git-annex Build/Standalone Build/OSXMkLibs # Remove all RPATHs, both because this overloads the linker on |