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 --- build.info | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build.info') diff --git a/build.info b/build.info index 6f057cd4c9..cfaa712a7e 100644 --- a/build.info +++ b/build.info @@ -1,9 +1,8 @@ -{- use File::Spec::Functions qw/catdir rel2abs/; -} LIBS=libcrypto libssl ORDINALS[libcrypto]=crypto ORDINALS[libssl]=ssl -INCLUDE[libcrypto]="{- rel2abs(catdir($builddir,"include")) -}" . crypto/include include -INCLUDE[libssl]="{- rel2abs(catdir($builddir,"include")) -}" . include +INCLUDE[libcrypto]=. crypto/include include +INCLUDE[libssl]=. include DEPEND[libssl]=libcrypto # Empty DEPEND "indices" means the dependencies are expected to be built -- cgit v1.2.3