aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-06-29 22:59:50 +0200
committerRichard Levitte <levitte@openssl.org>2016-07-01 18:36:08 +0200
commit0483f5865267bb479d667dda84a7c8bbfadfbdeb (patch)
tree5011c7cf9f3e6d3dc2e7bfa82b18ebeba39da976 /crypto/bn
parent4748f8902271bafd2bb015eb283830e84496199d (diff)
downloadopenssl-0483f5865267bb479d667dda84a7c8bbfadfbdeb.tar.gz
Simplify INCLUDE statements in build.info files
Now that INCLUDE considers both the source and build trees, no need for the rel2abs perl fragment hacks any more. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/build.info3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/bn/build.info b/crypto/bn/build.info
index edceb73c66..c608ecce82 100644
--- a/crypto/bn/build.info
+++ b/crypto/bn/build.info
@@ -1,4 +1,3 @@
-{- use File::Spec::Functions qw/catdir rel2abs/; -}
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mul.c bn_mod.c \
@@ -7,7 +6,7 @@ SOURCE[../../libcrypto]=\
{- $target{bn_asm_src} -} \
bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c \
bn_depr.c bn_const.c bn_x931p.c bn_intern.c bn_dh.c bn_srp.c
-INCLUDE[../../libcrypto]="{- rel2abs(catdir($builddir,"..","..","crypto","include")) -}"
+INCLUDE[../../libcrypto]=../../crypto/include
INCLUDE[bn_exp.o]=..