aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9e333563832..0b8b6b66a9e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-12-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
4
12008-12-01 Juanma Barranquero <lekktu@gmail.com> 52008-12-01 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * makefile.w32-in: Update dependencies. 7 * 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) : \
1083 $(SRC)/termchar.h \ 1083 $(SRC)/termchar.h \
1084 $(SRC)/termhooks.h \ 1084 $(SRC)/termhooks.h \
1085 $(SRC)/w32gui.h \ 1085 $(SRC)/w32gui.h \
1086 $(SRC)/w32inetv.h 1086 $(SRC)/w32inevt.h
1087 1087
1088$(BLD)/print.$(O) : \ 1088$(BLD)/print.$(O) : \
1089 $(SRC)/print.c \ 1089 $(SRC)/print.c \