1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

* makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.

This commit is contained in:
Juanma Barranquero 2008-12-02 08:35:30 +00:00
parent da0bed9399
commit 93b9e8cc37
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-12-02 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
2008-12-01 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in: Update dependencies.

View file

@ -1083,7 +1083,7 @@ $(BLD)/w32console.$(O) : \
$(SRC)/termchar.h \
$(SRC)/termhooks.h \
$(SRC)/w32gui.h \
$(SRC)/w32inetv.h
$(SRC)/w32inevt.h
$(BLD)/print.$(O) : \
$(SRC)/print.c \