From cd72c7ec68c3cf528f8ca206c09eb545e61dd668 Mon Sep 17 00:00:00 2001 From: Alex Kompel Date: Wed, 22 Apr 2015 18:12:14 -0700 Subject: [PATCH] win32: fix broken dependency for ttystub.o --- sys/winnt/Makefile.gcc | 2 +- sys/winnt/Makefile.msc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index 54eeffd18..3f7916659 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)/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) diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index c86736e51..6f08c3eab 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -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 # -- 2.40.0