diff options
| author | Eli Zaretskii | 2003-09-22 16:40:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2003-09-22 16:40:42 +0000 |
| commit | ca39f6c1b48899c3cdd6a95b4cae9852e5e5a7a0 (patch) | |
| tree | 0eef8f5fb2bd0d93177065dff54a2d4ecfc83f10 | |
| parent | 9ac61a89356de9af2e8cc53f7264156386220e41 (diff) | |
| download | emacs-ca39f6c1b48899c3cdd6a95b4cae9852e5e5a7a0.tar.gz emacs-ca39f6c1b48899c3cdd6a95b4cae9852e5e5a7a0.zip | |
(man lispref lispintro): Specify an explicit target `info',
like Makefile.in does.
| -rw-r--r-- | msdos/mainmake.v2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 59f42e69e31..0952380a202 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -93,7 +93,7 @@ src: FRC | |||
| 93 | 93 | ||
| 94 | man lispref lispintro: FRC | 94 | man lispref lispintro: FRC |
| 95 | cd $@ | 95 | cd $@ |
| 96 | $(MAKE) top_srcdir=${top_srcdir} | 96 | $(MAKE) top_srcdir=${top_srcdir} info |
| 97 | cd .. | 97 | cd .. |
| 98 | 98 | ||
| 99 | install: all | 99 | install: all |