summaryrefslogtreecommitdiffstats
path: root/apps/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 /apps/build.info
parent4748f8902271bafd2bb015eb283830e84496199d (diff)
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 'apps/build.info')
-rw-r--r--apps/build.info5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/build.info b/apps/build.info
index c7dc19f7a5..ae64861940 100644
--- a/apps/build.info
+++ b/apps/build.info
@@ -1,5 +1,4 @@
-{- use File::Spec::Functions qw/catdir rel2abs/;
- our $tsget_name = $config{target} =~ /^(VC|vms)-/ ? "tsget.pl" : "tsget";
+{- our $tsget_name = $config{target} =~ /^(VC|vms)-/ ? "tsget.pl" : "tsget";
"" -}
IF[{- !$disabled{apps} -}]
PROGRAMS=openssl
@@ -14,7 +13,7 @@ IF[{- !$disabled{apps} -}]
apps.c opt.c s_cb.c s_socket.c \
app_rand.c \
{- $target{apps_aux_src} -}
- INCLUDE[openssl]="{- rel2abs(catdir($builddir,"../include")) -}" .. ../include
+ INCLUDE[openssl]=.. ../include
DEPEND[openssl]=../libssl
SCRIPTS=CA.pl {- $tsget_name -}