summaryrefslogtreecommitdiffstats
path: root/crypto/property/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/property/build.info')
-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