diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-11-04 00:02:57 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-11-04 00:02:57 +0000 |
commit | 2cd8218350517e9d0b19a9bcb2867c0aa3c6021d (patch) | |
tree | 715b8ade14285adb9705585c5238a2c5e45dc752 /msdos | |
parent | 84bfbb448d392a8fc5a766029e446d8e5dd80736 (diff) | |
download | emacs-2cd8218350517e9d0b19a9bcb2867c0aa3c6021d.tar.gz |
(install): Don't mv make-doc.exe into ../bin/.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/mainmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/mainmake b/msdos/mainmake index f60642ee4c3..66b70aae795 100644 --- a/msdos/mainmake +++ b/msdos/mainmake @@ -46,7 +46,7 @@ install: all coff2exe etags coff2exe ctags coff2exe b2m - mv -f *.exe ../bin/ + mv -f hexl.exe etags.exe ctags.exe b2m.exe ../bin/ cd .. cd src coff2exe emacs |