summaryrefslogtreecommitdiff
path: root/build.info
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 /build.info
parent4748f8902271bafd2bb015eb283830e84496199d (diff)
downloadopenssl-new-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 'build.info')
-rw-r--r--build.info5
1 files changed, 2 insertions, 3 deletions
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