diff options
Diffstat (limited to 'testing/scripts/recipes/005_anet.mk')
-rw-r--r-- | testing/scripts/recipes/005_anet.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/scripts/recipes/005_anet.mk b/testing/scripts/recipes/005_anet.mk index 1ecb7b294..3b8e6fd2e 100644 --- a/testing/scripts/recipes/005_anet.mk +++ b/testing/scripts/recipes/005_anet.mk @@ -4,6 +4,8 @@ PKG = anet SRC = http://git.codelabs.ch/git/$(PKG).git REV = v0.2.2 +PREFIX = /usr/local/ada + all: install .$(PKG)-cloned: @@ -16,4 +18,4 @@ all: install @touch $@ install: .$(PKG)-built - cd $(PKG) && make LIBRARY_KIND=static install + cd $(PKG) && make PREFIX=$(PREFIX) LIBRARY_KIND=static install |