win32: fix broken dependency for ttystub.o

This commit is contained in:
Alex Kompel
2015-04-22 18:12:14 -07:00
parent f7b5d2f751
commit cd72c7ec68
2 changed files with 2 additions and 2 deletions

View 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
#