From 0483f5865267bb479d667dda84a7c8bbfadfbdeb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 29 Jun 2016 22:59:50 +0200 Subject: 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 --- crypto/bn/build.info | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/bn') 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]=.. -- cgit v1.2.3