Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 079c102

Browse files
hkielOpenModelica-Hudson
authored andcommitted
remove unnecessary define in Makefile
Belonging to [master]: - #2275
1 parent 779ff67 commit 079c102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/boot/Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ bootstrap-from-tarball:
8282
$(MAKE) -f $(defaultMakefileTarget) --no-print-directory -C $(TOP_DIR)/Compiler/Template OMC="$(BOOTSTRAP_OMC)" clean
8383
$(MAKE) -f $(defaultMakefileTarget) --no-print-directory -C $(TOP_DIR)/Compiler/Script OMC="$(BOOTSTRAP_OMC)" clean
8484
$(MAKE) -f $(defaultMakefileTarget) generate-files-in-steps OMC="$(BOOTSTRAP_OMC)" "OMC_EXTRA_FLAGS=$(OMC_EXTRA_FLAGS)"
85-
$(MAKE) -f $(defaultMakefileTarget) install INCLUDESOURCES=1 OMC="$(BOOTSTRAP_OMC)" CPPFLAGS="$(CPPFLAGS) -DOMC_BOOTSTRAPPING_STAGE_1"
85+
$(MAKE) -f $(defaultMakefileTarget) install INCLUDESOURCES=1 OMC="$(BOOTSTRAP_OMC)" CPPFLAGS="$(CPPFLAGS)"
8686
@echo "Bootstrapping phase 3/3 completed"
8787

8888
runtime-depends:

0 commit comments

Comments
 (0)