aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h450/Makefile.common')
-rw-r--r--asn1/h450/Makefile.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/asn1/h450/Makefile.common b/asn1/h450/Makefile.common
index ee7fd81d5c..2bacd380cf 100644
--- a/asn1/h450/Makefile.common
+++ b/asn1/h450/Makefile.common
@@ -66,12 +66,13 @@ SRC_FILES = \
A2W_FLAGS=
-EXTRA_CNF=../h225/h225-exp.cnf \
+EXTRA_CNF = \
+ ../h225/h225-exp.cnf \
../h450-ros/h450-ros-exp.cnf
../h225/h225-exp.cnf:
- (cd ../h225 && $(MAKE) $(MAKEFLAGS))
+ (cd ../h225 && $(MAKE_CNF_EXPORT))
../h450-ros/h450-ros-exp.cnf:
- (cd ../h450-ros && $(MAKE) $(MAKEFLAGS))
+ (cd ../h450-ros && $(MAKE_CNF_EXPORT))