diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index e3d5a30..b56c7a9 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -377,6 +377,8 @@ DOCUDIR = . #DOCU = $(foreach DIR,${DOCUDIR},$(wildcard ${DIR}/*README*) $(foreach EXT,${DOCUEXT}, $(wildcard ${DIR}/*.${EXT}))) export DOCU +export IGNORE_MODULES + # Loop over all target architectures for third run. # Go to O.${T_A} subdirectory because RULES.Vx only work there: @@ -529,8 +531,6 @@ export SHRLIBS export CFG -export IGNORE_MODULES - export USE_EXACT_VERSION += $(ABI_MAY_CHANGE) export USE_EXACT_MINOR_VERSION += $(ABI_MAY_CHANGE_BETWEEN_MINOR_VERSIONS)