aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorJuanma Barranquero2008-12-02 08:35:30 +0000
committerJuanma Barranquero2008-12-02 08:35:30 +0000
commit93b9e8cc3789caaa9b6f0116f16cac4e5426232e (patch)
tree80e1ba94a56a698ea29c757f4d0caec8ef31937f /src/makefile.w32-in
parentda0bed93994ac873055a26e73b1205819bddc84b (diff)
downloademacs-93b9e8cc3789caaa9b6f0116f16cac4e5426232e.tar.gz
emacs-93b9e8cc3789caaa9b6f0116f16cac4e5426232e.zip
* makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in2
1 files changed, 1 insertions, 1 deletions
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 \