diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-05-15 14:42:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-05-15 14:42:28 +0000 |
commit | 8079d0cdf6deae39807f949b1cd31ff73e0d716c (patch) | |
tree | 66c2485b4bfa771ab74060db5aeae9954628174f /src/makefile.nt | |
parent | 341e722e0ee82bd8a870e7019d06f625c533f56e (diff) | |
download | emacs-8079d0cdf6deae39807f949b1cd31ff73e0d716c.tar.gz |
Fix typo in previous patch.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r-- | src/makefile.nt | 2 |
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: \ $(SRC)\disptab.h \ $(SRC)\buffer.h \ $(SRC)\window.h \ - $(SRC)\.keyboardh \ + $(SRC)\keyboard.h \ $(SRC)\intervals.h $(BLD)\w32select.obj: \ |