aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-05-15 14:42:28 +0000
committerKarl Heuer1996-05-15 14:42:28 +0000
commit8079d0cdf6deae39807f949b1cd31ff73e0d716c (patch)
tree66c2485b4bfa771ab74060db5aeae9954628174f
parent341e722e0ee82bd8a870e7019d06f625c533f56e (diff)
downloademacs-8079d0cdf6deae39807f949b1cd31ff73e0d716c.tar.gz
emacs-8079d0cdf6deae39807f949b1cd31ff73e0d716c.zip
Fix typo in previous patch.
-rw-r--r--src/makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index fc74618704d..9feca95df0c 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -1100,7 +1100,7 @@ $(BLD)\w32term.obj: \
1100 $(SRC)\disptab.h \ 1100 $(SRC)\disptab.h \
1101 $(SRC)\buffer.h \ 1101 $(SRC)\buffer.h \
1102 $(SRC)\window.h \ 1102 $(SRC)\window.h \
1103 $(SRC)\.keyboardh \ 1103 $(SRC)\keyboard.h \
1104 $(SRC)\intervals.h 1104 $(SRC)\intervals.h
1105 1105
1106$(BLD)\w32select.obj: \ 1106$(BLD)\w32select.obj: \