]> granicus.if.org Git - nethack/commitdiff
fix typo in typo fix
authornhmall <mjnh@persona.ca>
Thu, 23 Apr 2015 01:44:04 +0000 (21:44 -0400)
committernhmall <mjnh@persona.ca>
Thu, 23 Apr 2015 01:44:04 +0000 (21:44 -0400)
sys/winnt/Makefile.gcc

index 3f7916659d43ac8d7bcc917ebab32bfb8256cdfe..92a71862360cd8f71d1992bc5e4de6a1ba3cca91 100644 (file)
@@ -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)