From 93b9e8cc3789caaa9b6f0116f16cac4e5426232e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 2 Dec 2008 08:35:30 +0000 Subject: [PATCH] * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo. --- src/ChangeLog | 4 ++++ src/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9e333563832..0b8b6b66a9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-12-02 Juanma Barranquero + + * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo. + 2008-12-01 Juanma Barranquero * makefile.w32-in: Update dependencies. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 332f6b65583..3841e2f5ff8 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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 \ -- 2.39.2