aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Makefile7
-rw-r--r--openssl/tests/Makefile2
2 files changed, 5 insertions, 4 deletions
diff --git a/openssl/Makefile b/openssl/Makefile
index 73d655ea..8868d50e 100644
--- a/openssl/Makefile
+++ b/openssl/Makefile
@@ -3,11 +3,12 @@
VERSION = SNAP-20080509
all: openssl-${VERSION}/Makefile
- cd openssl-${VERSION}; make $@
+ cd openssl-${VERSION}; ${MAKE} $@
ln -sf openssl-${VERSION} openssl
clean:
rm -rf openssl-${VERSION} openssl
+ cd tests; ${MAKE} $@
openssl-${VERSION}/Makefile: openssl-${VERSION}/config
cd openssl-${VERSION}; PERL=/usr/bin/perl ./config enable-rfc3779 no-dso
@@ -23,5 +24,5 @@ install:
sandblast:
svn st -v openssl* | awk '/^I/ && NF == 2 {system("set -x; rm -rf " $$2)}'
-test:
- @true
+test: all
+ cd tests; ${MAKE} $@
diff --git a/openssl/tests/Makefile b/openssl/tests/Makefile
index f7b803eb..8e0c14e5 100644
--- a/openssl/tests/Makefile
+++ b/openssl/tests/Makefile
@@ -1,6 +1,6 @@
# $Id$
-OPENSSL_DIR = ../../openssl/openssl
+OPENSSL_DIR = ../openssl
CFLAGS = -g -I${OPENSSL_DIR}/include