mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 01:10:56 +00:00
Updated for new special_prefix option
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9184 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1ba16c49c2
commit
f5bf6e4cb2
2 changed files with 6 additions and 2 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -34,7 +34,7 @@ install: build
|
|||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
$(MAKE) install prefix=$(tmpdir)/$(prefix)/System
|
||||
$(MAKE) install special_prefix=$(tmpdir)
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
@ -68,3 +68,4 @@ binary-arch: build install
|
|||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue