aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-18 03:58:07 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-18 03:58:07 +0000
commitab7d8cc87dbac5cfdd23d93b7b336fb60ac790b3 (patch)
tree982909cf1811cc73a754e1d9dfdad1808698625b /asn1/cms
parent6883f691c7fff295c53ee6759bae5c95280f1c06 (diff)
Fix a couple of EXPORT_DEPENDS
svn path=/trunk/; revision=52135
Diffstat (limited to 'asn1/cms')
-rw-r--r--asn1/cms/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cms/Makefile.common b/asn1/cms/Makefile.common
index 9b7a349507..41af6759d5 100644
--- a/asn1/cms/Makefile.common
+++ b/asn1/cms/Makefile.common
@@ -53,7 +53,7 @@ EXTRA_CNF = \
$(builddir)/../x509sat/x509sat-exp.cnf
EXPORT_DEPENDS = \
- x509af-exp.cnf
+ $(builddir)/../x509af/x509af-exp.cnf
$(builddir)/../x509af/x509af-exp.cnf:
(cd $(builddir)/../x509af && $(MAKE_CNF_EXPORT))