From 060e9ed954eb18b2152b22626881a12b785a64d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Wed, 10 Oct 2007 22:26:40 +0000 Subject: Add missing dependencies and update syntax of existing ones. svn path=/trunk/; revision=23143 --- asn1/x420/Makefile.common | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'asn1/x420') diff --git a/asn1/x420/Makefile.common b/asn1/x420/Makefile.common index a77db73e40..5917494177 100644 --- a/asn1/x420/Makefile.common +++ b/asn1/x420/Makefile.common @@ -48,9 +48,24 @@ SRC_FILES = \ A2W_FLAGS= -b -e EXTRA_CNF= \ + ../acse/acse-exp.cnf \ ../ftam/ftam-exp.cnf \ ../x411/x411-exp.cnf \ ../x509af/x509af-exp.cnf \ - ../x509ce/x509ce-exp.cnf \ - ../acse/acse-exp.cnf + ../x509ce/x509ce-exp.cnf + +../acse/acse-exp.cnf: + (cd ../acse && $(MAKE_CNF_EXPORT)) + +../ftam/ftam-exp.cnf: + (cd ../ftam && $(MAKE_CNF_EXPORT)) + +../x411/x411-exp.cnf: + (cd ../x411 && $(MAKE_CNF_EXPORT)) + +../x509af/x509af-exp.cnf: + (cd ../x509af && $(MAKE_CNF_EXPORT)) + +../x509ce/x509ce-exp.cnf: + (cd ../x509ce && $(MAKE_CNF_EXPORT)) -- cgit v1.2.3