summaryrefslogtreecommitdiff
path: root/lib/libssl/crypto/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-11-19 21:06:46 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-11-19 21:06:46 +0000
commit8fd86d0114ddf52cc149a89676e664ef3def848c (patch)
tree4ee7e9a7b6b72fb3ff980b13e1fd9978ec31441c /lib/libssl/crypto/Makefile
parent956dd3952be934a390dc271ac410b42fe51d6c1f (diff)
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 'lib/libssl/crypto/Makefile')
-rw-r--r--lib/libssl/crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile
index 18c744d706c..330d32046a9 100644
--- a/lib/libssl/crypto/Makefile
+++ b/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