diff options
| author | Eli Zaretskii | 1999-01-11 14:01:41 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-01-11 14:01:41 +0000 |
| commit | 49464a309baebea75b0688602f0600eea927aa24 (patch) | |
| tree | 5a6b17175bba3c20df19999812033127ef93a50e | |
| parent | c9afd87f089c68759ac1d0437fb7475fe1a0f417 (diff) | |
| download | emacs-49464a309baebea75b0688602f0600eea927aa24.tar.gz emacs-49464a309baebea75b0688602f0600eea927aa24.zip | |
(install): Install fns.el in ../bin, since Emacs
looks for it in exec-directory.
| -rw-r--r-- | msdos/mainmake.v2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 58467d9be29..063f706b421 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -76,6 +76,7 @@ install: all | |||
| 76 | if exist etags.exe mv -f etags.exe ../bin | 76 | if exist etags.exe mv -f etags.exe ../bin |
| 77 | if exist ctags.exe mv -f ctags.exe ../bin | 77 | if exist ctags.exe mv -f ctags.exe ../bin |
| 78 | if exist b2m.exe mv -f b2m.exe ../bin | 78 | if exist b2m.exe mv -f b2m.exe ../bin |
| 79 | if exist fns.el sed -e '' fns.el > ..\bin\fns.el | ||
| 79 | cd .. | 80 | cd .. |
| 80 | cd src | 81 | cd src |
| 81 | stubify emacs | 82 | stubify emacs |