summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormillert <>2003-11-19 21:06:45 +0000
committermillert <>2003-11-19 21:06:45 +0000
commit63c1ca41edcc63d50fc12ea279dd0dbbffff9d10 (patch)
tree6ce4c67d88c69407b56b1a8bba6ba28a57e1fa47 /src
parente6161c283ee5ceabd11a52e329ceefcc4e7ce47b (diff)
downloadopenbsd-63c1ca41edcc63d50fc12ea279dd0dbbffff9d10.tar.gz
openbsd-63c1ca41edcc63d50fc12ea279dd0dbbffff9d10.tar.bz2
openbsd-63c1ca41edcc63d50fc12ea279dd0dbbffff9d10.zip
Break up the colon-separated path to -I into two -I args so the tree
can build with perl 5.8.2. Ok markus@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.32 2003/11/18 12:39:05 markus Exp $ 1# $OpenBSD: Makefile,v 1.33 2003/11/19 21:06:45 millert Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -281,7 +281,7 @@ SSLASM=\
281SRCS+= ${f}.S 281SRCS+= ${f}.S
282GENERATED+=${f}.S 282GENERATED+=${f}.S
283${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${LCRYPTO_SRC}/perlasm/x86unix.pl 283${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${LCRYPTO_SRC}/perlasm/x86unix.pl
284 /usr/bin/perl -I${LCRYPTO_SRC}/perlasm:${LCRYPTO_SRC}/${dir}/asm \ 284 /usr/bin/perl -I${LCRYPTO_SRC}/perlasm -I${LCRYPTO_SRC}/${dir}/asm \
285 ${LCRYPTO_SRC}/${dir}/asm/${f}.pl openbsd-elf 386 > ${.TARGET} 285 ${LCRYPTO_SRC}/${dir}/asm/${f}.pl openbsd-elf 386 > ${.TARGET}
286.endfor 286.endfor
287SRCS+= bf_cbc.c 287SRCS+= bf_cbc.c