diff options
| author | Andrew Innes | 1999-02-22 12:05:01 +0000 |
|---|---|---|
| committer | Andrew Innes | 1999-02-22 12:05:01 +0000 |
| commit | 312ae6bf9a593208dcc81a92af03002cd5c268d3 (patch) | |
| tree | da013252d4cc740add09211209204211cf02e02b /src | |
| parent | 915b831236bd99aea3725fc8f25e19e38e93fe9b (diff) | |
| download | emacs-312ae6bf9a593208dcc81a92af03002cd5c268d3.tar.gz emacs-312ae6bf9a593208dcc81a92af03002cd5c268d3.zip | |
($(BLD)\w32bdf.obj): Add missing continuation character.
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 9b6f9969ce2..bd09e4f99ca 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -1214,7 +1214,7 @@ $(BLD)\w32bdf.obj: \ | |||
| 1214 | $(SRC)\blockinput.h \ | 1214 | $(SRC)\blockinput.h \ |
| 1215 | $(SRC)\w32gui.h \ | 1215 | $(SRC)\w32gui.h \ |
| 1216 | $(SRC)\w32term.h \ | 1216 | $(SRC)\w32term.h \ |
| 1217 | $(SRC)\w32bdf.h | 1217 | $(SRC)\w32bdf.h \ |
| 1218 | $(SRC)\lisp.h \ | 1218 | $(SRC)\lisp.h \ |
| 1219 | $(SRC)\w32term.h \ | 1219 | $(SRC)\w32term.h \ |
| 1220 | $(SRC)\w32.h \ | 1220 | $(SRC)\w32.h \ |