From 58d3fe1c9c22b7fe3cf76f5af1912d16885795e7 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 23 Oct 2020 13:47:06 -0600 Subject: [PATCH] Revert change in working directory for ccpp_prebuild.py call --- src/incmake/component_CCPP.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/incmake/component_CCPP.mk b/src/incmake/component_CCPP.mk index 0f7af29e..f5313b7f 100644 --- a/src/incmake/component_CCPP.mk +++ b/src/incmake/component_CCPP.mk @@ -44,7 +44,7 @@ $(ccpp_mk): configure $(MODULE_LOGIC) ; \ set -xue ; \ export PATH_CCPP="$(CCPP_SRCDIR)" ; \ - cd $(ROOTDIR)/FV3 ; \ + cd $(ROOTDIR) ; \ $$PATH_CCPP/framework/scripts/ccpp_prebuild.py $(CCPP_CONFOPT) ; \ cd $$PATH_CCPP ; \ ./build_ccpp.sh ${BUILD_TARGET} "$$PATH_CCPP" $(ccpp_mk) \