Skip to content

Commit

Permalink
Fix typo in OMCompiler/Makefile.in (#7239)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchandel committed Feb 27, 2021
1 parent 1569f31 commit 7afc918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Makefile.in
Expand Up @@ -97,7 +97,7 @@ $(OMBUILDDIR)/$(LIB_OMC)/libomcgc.so: 3rdParty/gc/.libs/libomcgc.so
3rdParty/gc/.libs/libomcgc.so: 3rdParty/gc/Makefile
$(MAKE) -C 3rdParty/gc/ libomcgc.la

omc-bootstrapped: $(SELMA_LIB)
omc-bootstrapped: $(SEMLA_LIB)
$(MAKE) interactive sim-dependencies
$(MAKE) -C Compiler/boot OMBUILDDIR=$(OMBUILDDIR)
$(MAKE) -f $(defaultMakefileTarget) -C Compiler install_scripts OMBUILDDIR=$(OMBUILDDIR)
Expand Down

0 comments on commit 7afc918

Please sign in to comment.