From 63c1ca41edcc63d50fc12ea279dd0dbbffff9d10 Mon Sep 17 00:00:00 2001 From: millert <> Date: Wed, 19 Nov 2003 21:06:45 +0000 Subject: Break up the colon-separated path to -I into two -I args so the tree can build with perl 5.8.2. Ok markus@ --- src/lib/libssl/crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 18c744d706..330d32046a 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2003/11/18 12:39:05 markus Exp $ +# $OpenBSD: Makefile,v 1.33 2003/11/19 21:06:45 millert Exp $ LIB= crypto @@ -281,7 +281,7 @@ SSLASM=\ SRCS+= ${f}.S GENERATED+=${f}.S ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${LCRYPTO_SRC}/perlasm/x86unix.pl - /usr/bin/perl -I${LCRYPTO_SRC}/perlasm:${LCRYPTO_SRC}/${dir}/asm \ + /usr/bin/perl -I${LCRYPTO_SRC}/perlasm -I${LCRYPTO_SRC}/${dir}/asm \ ${LCRYPTO_SRC}/${dir}/asm/${f}.pl openbsd-elf 386 > ${.TARGET} .endfor SRCS+= bf_cbc.c -- cgit v1.2.3-55-g6feb