From 079c102b1dd117f1ffaf6f430d50881597165d78 Mon Sep 17 00:00:00 2001 From: hkiel Date: Wed, 14 Mar 2018 12:38:27 +0100 Subject: [PATCH] remove unnecessary define in Makefile Belonging to [master]: - OpenModelica/OMCompiler#2275 --- Compiler/boot/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler/boot/Makefile.common b/Compiler/boot/Makefile.common index 8c5374936cb..b8604c19e33 100644 --- a/Compiler/boot/Makefile.common +++ b/Compiler/boot/Makefile.common @@ -82,7 +82,7 @@ bootstrap-from-tarball: $(MAKE) -f $(defaultMakefileTarget) --no-print-directory -C $(TOP_DIR)/Compiler/Template OMC="$(BOOTSTRAP_OMC)" clean $(MAKE) -f $(defaultMakefileTarget) --no-print-directory -C $(TOP_DIR)/Compiler/Script OMC="$(BOOTSTRAP_OMC)" clean $(MAKE) -f $(defaultMakefileTarget) generate-files-in-steps OMC="$(BOOTSTRAP_OMC)" "OMC_EXTRA_FLAGS=$(OMC_EXTRA_FLAGS)" - $(MAKE) -f $(defaultMakefileTarget) install INCLUDESOURCES=1 OMC="$(BOOTSTRAP_OMC)" CPPFLAGS="$(CPPFLAGS) -DOMC_BOOTSTRAPPING_STAGE_1" + $(MAKE) -f $(defaultMakefileTarget) install INCLUDESOURCES=1 OMC="$(BOOTSTRAP_OMC)" CPPFLAGS="$(CPPFLAGS)" @echo "Bootstrapping phase 3/3 completed" runtime-depends: