aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
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
parent6883f691c7fff295c53ee6759bae5c95280f1c06 (diff)
Fix a couple of EXPORT_DEPENDS
svn path=/trunk/; revision=52135
Diffstat (limited to 'asn1')
-rw-r--r--asn1/cms/Makefile.common2
-rw-r--r--asn1/disp/Makefile.common2
2 files changed, 2 insertions, 2 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))
diff --git a/asn1/disp/Makefile.common b/asn1/disp/Makefile.common
index e957d6268c..b9ce13430b 100644
--- a/asn1/disp/Makefile.common
+++ b/asn1/disp/Makefile.common
@@ -46,7 +46,7 @@ SRC_FILES = \
A2W_FLAGS= -b
EXPORT_DEPENDS = \
- $(builddir)/../dop-exp.cnf
+ $(builddir)/../dop/dop-exp.cnf
EXTRA_CNF = \
$(builddir)/../dap/dap-exp.cnf \