aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkixtsp
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/pkixtsp
parent5f94f0702fe39089113a0c972ca10759d107cc8b (diff)
Add missing dependencies and update syntax of existing ones.
svn path=/trunk/; revision=23143
Diffstat (limited to 'asn1/pkixtsp')
-rw-r--r--asn1/pkixtsp/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/asn1/pkixtsp/Makefile.common b/asn1/pkixtsp/Makefile.common
index 67a392fd06..7517227334 100644
--- a/asn1/pkixtsp/Makefile.common
+++ b/asn1/pkixtsp/Makefile.common
@@ -45,5 +45,9 @@ SRC_FILES = \
A2W_FLAGS= -b -e
-EXTRA_CNF=
+EXTRA_CNF= \
+ ../cms/cms-exp.cnf
+
+../cms/cms-exp.cnf:
+ (cd ../cms && $(MAKE_CNF_EXPORT))