aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509af/Makefile.common
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-10-10 22:26:40 +0000
committerJörg Mayer <jmayer@loplof.de>2007-10-10 22:26:40 +0000
commit060e9ed954eb18b2152b22626881a12b785a64d7 (patch)
tree149da32efc496e050144f81dcd1c329c4414d9eb /asn1/x509af/Makefile.common
parent5f94f0702fe39089113a0c972ca10759d107cc8b (diff)
Add missing dependencies and update syntax of existing ones.
svn path=/trunk/; revision=23143
Diffstat (limited to 'asn1/x509af/Makefile.common')
-rw-r--r--asn1/x509af/Makefile.common9
1 files changed, 9 insertions, 0 deletions
diff --git a/asn1/x509af/Makefile.common b/asn1/x509af/Makefile.common
index 29727eba22..43711c6ce6 100644
--- a/asn1/x509af/Makefile.common
+++ b/asn1/x509af/Makefile.common
@@ -50,3 +50,12 @@ EXTRA_CNF= \
../x509if/x509if-exp.cnf \
../x509sat/x509sat-exp.cnf
+../x509ce/x509ce-exp.cnf:
+ (cd ../x509ce && $(MAKE_CNF_EXPORT))
+
+../x509if/x509if-exp.cnf:
+ (cd ../x509if && $(MAKE_CNF_EXPORT))
+
+../x509sat/x509sat-exp.cnf:
+ (cd ../x509sat && $(MAKE_CNF_EXPORT))
+