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:
parent
da0bed9399
commit
93b9e8cc37
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue