From 38fe69c217faefc2b3df6deeef636d679389f7dd Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 12 Jun 2008 18:29:28 +0000 Subject: Cleanup svn path=/Makefile; revision=1876 --- openssl/Makefile | 7 ++++--- openssl/tests/Makefile | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'openssl') 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 -- cgit v1.2.3