fix osxapp target
Broken by recent changes to other targets
This commit is contained in:
parent
e8bf942dc4
commit
1dcd68a149
1 changed files with 3 additions and 4 deletions
7
Makefile
7
Makefile
|
@ -122,9 +122,8 @@ Build/MakeMans: Build/MakeMans.hs
|
||||||
$(GHC) --make $@ -Wall -fno-warn-tabs
|
$(GHC) --make $@ -Wall -fno-warn-tabs
|
||||||
|
|
||||||
LINUXSTANDALONE_DEST=tmp/git-annex.linux
|
LINUXSTANDALONE_DEST=tmp/git-annex.linux
|
||||||
linuxstandalone:
|
linuxstandalone:
|
||||||
$(MAKE) git-annex linuxstandalone-nobuild
|
$(MAKE) git-annex Build/Standalone Build/LinuxMkLibs
|
||||||
linuxstandalone-nobuild: Build/Standalone Build/LinuxMkLibs
|
|
||||||
rm -rf "$(LINUXSTANDALONE_DEST)"
|
rm -rf "$(LINUXSTANDALONE_DEST)"
|
||||||
mkdir -p tmp
|
mkdir -p tmp
|
||||||
cp -R standalone/linux/skel "$(LINUXSTANDALONE_DEST)"
|
cp -R standalone/linux/skel "$(LINUXSTANDALONE_DEST)"
|
||||||
|
@ -182,7 +181,7 @@ dpkg-buildpackage%: prep-standalone
|
||||||
OSXAPP_DEST=tmp/build-dmg/git-annex.app
|
OSXAPP_DEST=tmp/build-dmg/git-annex.app
|
||||||
OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS/bundle
|
OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS/bundle
|
||||||
osxapp: Build/Standalone Build/OSXMkLibs
|
osxapp: Build/Standalone Build/OSXMkLibs
|
||||||
$(MAKE) git-annex
|
$(MAKE) git-annex Build/Standalone Build/OSXMkLibs
|
||||||
|
|
||||||
# Remove all RPATHs, both because this overloads the linker on
|
# Remove all RPATHs, both because this overloads the linker on
|
||||||
# OSX Sierra, and to avoid the binary looking in someone's home
|
# OSX Sierra, and to avoid the binary looking in someone's home
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue