changeset 100117:104c4461a4f5

* makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 02 Dec 2008 08:35:30 +0000
parents f2e50678d85a
children 33cb8843115c
files src/ChangeLog src/makefile.w32-in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Dec 02 07:08:35 2008 +0000
+++ b/src/ChangeLog	Tue Dec 02 08:35:30 2008 +0000
@@ -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.
--- a/src/makefile.w32-in	Tue Dec 02 07:08:35 2008 +0000
+++ b/src/makefile.w32-in	Tue Dec 02 08:35:30 2008 +0000
@@ -1083,7 +1083,7 @@
 	$(SRC)/termchar.h \
 	$(SRC)/termhooks.h \
 	$(SRC)/w32gui.h \
-	$(SRC)/w32inetv.h
+	$(SRC)/w32inevt.h
 
 $(BLD)/print.$(O) : \
 	$(SRC)/print.c \