Fixed TKM build

This commit is contained in:
Reto Buerki
2013-03-22 10:35:48 +01:00
committed by Andreas Steffen
parent 2c80ab3def
commit 3db17b0ccc
7 changed files with 17 additions and 9 deletions
+3 -1
View File
@@ -4,6 +4,8 @@ PKG = x509-ada
SRC = http://git.codelabs.ch/git/$(PKG).git
REV = v0.1
PREFIX = /usr/local/ada
all: install
.$(PKG)-cloned:
@@ -16,4 +18,4 @@ all: install
@touch $@
install: .$(PKG)-built
cd $(PKG) && make install
cd $(PKG) && make PREFIX=$(PREFIX) install