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