]> granicus.if.org Git - nethack/commitdiff
win32: fix broken dependency for ttystub.o
authorAlex Kompel <barbos+nethack@gmail.com>
Thu, 23 Apr 2015 01:12:14 +0000 (18:12 -0700)
committerAlex Kompel <barbos+nethack@gmail.com>
Thu, 23 Apr 2015 01:12:14 +0000 (18:12 -0700)
sys/winnt/Makefile.gcc
sys/winnt/Makefile.msc

index 54eeffd18bb604d82b33e0bb92de31381c22cb60..3f7916659d43ac8d7bcc917ebab32bfb8256cdfe 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)/ttystub.c
+$(O)ttystub.o: $(HACK_H) $(MSWSYS)/stub.c
        @$(cc) $(CFLAGS) -DTTYSTUB -o$@ $(MSWSYS)/stubs.c
 
 $(O)tile.o: $(SRC)/tile.c $(HACK_H)
index c86736e5164dbfcdec92437a563e679c4c16f724..6f08c3eabf9c886539c293c66823f9ac4c565889 100644 (file)
@@ -1290,7 +1290,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)\ttystubs.c
+$(O)ttystub.o: $(HACK_H) $(MSWSYS)\stubs.c
        @$(cc) $(cflagsBuild) -DTTYSTUB -Fo$@ $(MSWSYS)\stubs.c
 
 #