summaryrefslogtreecommitdiffstats
path: root/crypto/property
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-12 12:10:00 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-15 00:34:02 +0200
commit07c244f0cdb0dc47611b95e3f89f52b75b90a814 (patch)
tree504e6fff733aa39ac651bd9946ba9daf84fa3989 /crypto/property
parent26fe9b07d8b77a937002c699fd2323d614ee5349 (diff)
Use variables in build.info files where it's worth the while
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9144)
Diffstat (limited to 'crypto/property')
-rw-r--r--crypto/property/build.info7
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/property/build.info b/crypto/property/build.info
index 3bdf307c92..db3c944498 100644
--- a/crypto/property/build.info
+++ b/crypto/property/build.info
@@ -1,5 +1,4 @@
LIBS=../../libcrypto
-SOURCE[../../libcrypto]=property_string.c property_parse.c property.c \
- property_err.c defn_cache.c
-SOURCE[../../providers/fips]=\
- property_string.c property_parse.c property.c defn_cache.c
+$COMMON=property_string.c property_parse.c property.c defn_cache.c
+SOURCE[../../libcrypto]=$COMMON property_err.c
+SOURCE[../../providers/fips]=$COMMON