From bf5a59ffb3d341e02cd39a95b95fd03cd0644b12 Mon Sep 17 00:00:00 2001 From: kristof <Kristof.Szabados@ericsson.com> Date: Sat, 18 Mar 2017 18:02:26 +0100 Subject: [PATCH] the compile_once folder also requires dynamic linking ... but does not stop if it is not present Signed-off-by: kristof <Kristof.Szabados@ericsson.com> --- regression_test/compileonly/mfgen-tpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression_test/compileonly/mfgen-tpd/Makefile b/regression_test/compileonly/mfgen-tpd/Makefile index 72e8b48ef..dc00192ef 100644 --- a/regression_test/compileonly/mfgen-tpd/Makefile +++ b/regression_test/compileonly/mfgen-tpd/Makefile @@ -32,10 +32,10 @@ MAKEPROG := ${MAKE} DIRLIST := buildconfig_param invalid_buildconfig_param invalid_buildconfig_tpd \ HP79745 HQ56829 HQ56834 HQ56848 library HR30356 flagTest HR30365 dependency_check \ required_config required_config_v2 disablePredefinedExternalFolder \ - makefileScript compile_once + makefileScript ifdef DYN -DIRS += required_config_v3 splitting +DIRS += required_config_v3 splitting compile_once endif # The default target. -- GitLab