# HG changeset patch # User Mike Pavone # Date 1554275850 25200 # Node ID 16f19774820bad8485154aa29ff84d5626345a71 # Parent 8500bd987ddacf309bda46f8ad10dc86fb3d2d14 Add an explicit rule for termhelper as it was relying on a built-in rule before diff -r 8500bd987dda -r 16f19774820b Makefile --- a/Makefile Wed Apr 03 00:14:09 2019 -0700 +++ b/Makefile Wed Apr 03 00:17:30 2019 -0700 @@ -277,6 +277,9 @@ blastjag$(EXE) : jaguar.o jag_video.o $(RENDEROBJS) serialize.o $(M68KOBJS) $(TRANSOBJS) $(CONFIGOBJS) $(CC) -o $@ $^ $(LDFLAGS) +termhelper : termhelper.o + $(CC) -o $@ $^ $(LDFLAGS) + dis$(EXE) : dis.o 68kinst.o tern.o vos_program_module.o $(CC) -o $@ $^ $(OPT)