summaryrefslogtreecommitdiff
path: root/engines/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 /engines/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 'engines/build.info')
-rw-r--r--engines/build.info9
1 files changed, 4 insertions, 5 deletions
diff --git a/engines/build.info b/engines/build.info
index 850ecac8b6..e42684f93a 100644
--- a/engines/build.info
+++ b/engines/build.info
@@ -1,4 +1,3 @@
-{- use File::Spec::Functions qw/:DEFAULT rel2abs/; -}
IF[{- !$disabled{"engine"} -}]
IF[{- $disabled{"dynamic-engine"} -}]
LIBS=../libcrypto
@@ -12,19 +11,19 @@ IF[{- !$disabled{"engine"} -}]
ENGINES=padlock dasync ossltest
SOURCE[padlock]=e_padlock.c {- $target{padlock_asm_src} -}
DEPEND[padlock]=../libcrypto
- INCLUDE[padlock]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+ INCLUDE[padlock]=../include
IF[{- !$disabled{capieng} -}]
ENGINES=capi
SOURCE[capi]=e_capi.c
DEPEND[capi]=../libcrypto
- INCLUDE[capi]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+ INCLUDE[capi]=../include
ENDIF
SOURCE[dasync]=e_dasync.c
DEPEND[dasync]=../libcrypto
- INCLUDE[dasync]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+ INCLUDE[dasync]=../include
SOURCE[ossltest]=e_ossltest.c
DEPEND[ossltest]=../libcrypto
- INCLUDE[ossltest]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+ INCLUDE[ossltest]=../include
ENDIF
GENERATE[e_padlock-x86.s]=asm/e_padlock-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR)