fix typo in typo fix

This commit is contained in:
nhmall
2015-04-22 21:44:04 -04:00
parent cd72c7ec68
commit 89c862b15a

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