From: nhmall Date: Thu, 23 Apr 2015 01:44:04 +0000 (-0400) Subject: fix typo in typo fix X-Git-Tag: NetHack-3.6.0_RC01~414^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89c862b15ae0a99d45c930f0f953954965f789e1;p=nethack fix typo in typo fix --- diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index 3f7916659..92a718623 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -1092,7 +1092,7 @@ $(O)guistub.o: $(HACK_H) $(MSWSYS)/stubs.c #if you aren't linking in the full tty then #include the following stub for proper linkage. -$(O)ttystub.o: $(HACK_H) $(MSWSYS)/stub.c +$(O)ttystub.o: $(HACK_H) $(MSWSYS)/stubs.c @$(cc) $(CFLAGS) -DTTYSTUB -o$@ $(MSWSYS)/stubs.c $(O)tile.o: $(SRC)/tile.c $(HACK_H)