summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-05-18 14:12:51 +0200
committerRichard Levitte <levitte@openssl.org>2021-05-19 12:31:34 +0200
commitbba402ece781db0918e0a27289cf38479bafb023 (patch)
tree85279568d3573f2e139d911659620f83f9fef40b /apps
parent31be74d3ca8809752b7dfd37394f28c76c519fa5 (diff)
Tweak apps/build.info for VMS
A bit of quoting is all that's needed, and it doesn't hurt other platforms. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15317)
Diffstat (limited to 'apps')
-rw-r--r--apps/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/build.info b/apps/build.info
index b2ecdf2e3a..50a85be18f 100644
--- a/apps/build.info
+++ b/apps/build.info
@@ -62,8 +62,8 @@ IF[{- !$disabled{apps} -}]
DEPEND[openssl]=libapps.a ../libssl
DEPEND[${OPENSSLSRC/.c/.o}]=progs.h
- GENERATE[progs.c]=progs.pl -C $(APPS_OPENSSL)
- GENERATE[progs.h]=progs.pl -H $(APPS_OPENSSL)
+ GENERATE[progs.c]=progs.pl "-C" $(APPS_OPENSSL)
+ GENERATE[progs.h]=progs.pl "-H" $(APPS_OPENSSL)
# progs.pl tries to read all 'openssl' sources, including progs.c, so we make
# sure things are generated in the correct order.
DEPEND[progs.h]=progs.c