summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-11-07 11:02:06 +0100
committerRichard Levitte <levitte@openssl.org>2019-01-22 12:35:39 +0100
commitac6bba6f6ea328ba22425d6f3f95847452193293 (patch)
tree0c5492016a3bf05da02596c735a82730828e0bc4 /apps
parentc91f24d4cca5862f11876457e0ffb6dd54814814 (diff)
Build: Change all _NO_INST to use attributes instead.
This means that all PROGRAMS_NO_INST, LIBS_NO_INST, ENGINES_NO_INST and SCRIPTS_NO_INST are changed to be PROGRAM, LIBS, ENGINES and SCRIPTS with the associated attribute 'noinst'. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7581)
Diffstat (limited to 'apps')
-rw-r--r--apps/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/build.info b/apps/build.info
index 751d8da828..de356874d8 100644
--- a/apps/build.info
+++ b/apps/build.info
@@ -12,7 +12,7 @@
our @apps_init_src = split(/\s+/, $target{apps_init_src});
"" -}
IF[{- !$disabled{apps} -}]
- LIBS_NO_INST=libapps.a
+ LIBS{noinst}=libapps.a
SOURCE[libapps.a]={- join(" ", @apps_lib_src) -}
INCLUDE[libapps.a]=.. ../include