makefile: fix gractketcgc dependency

This change was meant to be part of 979fbf551d.
This commit is contained in:
Matthew Flatt 2020-08-30 09:12:51 -06:00
parent f1b98900f5
commit b83e598b20

View File

@ -108,7 +108,7 @@ both:
$(MAKE) cgc
$(MAKE) 3m
gracket@CGC@ : $(RACKETDEPS) grmain.@LTO@ $(GRACKETOBJECTS) $(MRSTATIC_STUB) $(GRACKETRESDEP)
gracket@CGC@ : $(RACKETDEPS) $(LIBRKTIO) grmain.@LTO@ $(GRACKETOBJECTS) $(MRSTATIC_STUB) $(GRACKETRESDEP)
$(GRACKETLINKER) $(GRACKETLDFLAGS) $(MRSTATIC) -o gracket@CGC@ $(GRACKETOBJECTS) $(GRACKETRES) $(GRACKETLDLIBS) $(MRSTATIC_STUB)
@POST_LINKER@ gracket@CGC@