diff options
Diffstat (limited to 'src')
| -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: \ | |||
| 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: \ |