aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/disp
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-08 05:17:27 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-08 05:17:27 +0000
commita15c9b48366a98ad4753f6733062077e1f9b3c65 (patch)
tree721cc127c6db44d8085de9eca30839923863cfd2 /asn1/disp
parent60d5efc2a33caf9110159dc2b32e32015dfe6296 (diff)
My try at fixing Bug 4653; (Also reverts SVN #32420)
svn path=/trunk/; revision=32423
Diffstat (limited to 'asn1/disp')
-rw-r--r--asn1/disp/Makefile.common13
1 files changed, 4 insertions, 9 deletions
diff --git a/asn1/disp/Makefile.common b/asn1/disp/Makefile.common
index 7590703afa..772f58541c 100644
--- a/asn1/disp/Makefile.common
+++ b/asn1/disp/Makefile.common
@@ -48,14 +48,12 @@ SRC_FILES = \
A2W_FLAGS= -b -e
-# The order is important!
EXTRA_CNF= \
- ../x509sat/x509sat-exp.cnf \
- ../x509af/x509af-exp.cnf \
- ../x509if/x509if-exp.cnf \
- ../dop/dop-exp.cnf \
../dap/dap-exp.cnf \
- ../dsp/dsp-exp.cnf
+ ../dop/dop-exp.cnf \
+ ../dsp/dsp-exp.cnf \
+ ../x509af/x509af-exp.cnf \
+ ../x509if/x509if-exp.cnf
../dap/dap-exp.cnf:
(cd ../dap && $(MAKE_CNF_EXPORT))
@@ -72,6 +70,3 @@ EXTRA_CNF= \
../x509if/x509if-exp.cnf:
(cd ../x509if && $(MAKE_CNF_EXPORT))
-../x509sat/x509sat-exp.cnf:
- (cd ../x509sat && $(MAKE_CNF_EXPORT))
-