diff options
author | Eli Zaretskii <eliz@gnu.org> | 1999-01-07 12:34:43 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 1999-01-07 12:34:43 +0000 |
commit | 0ccc59ebabe7dee2bdfc09a6bd9a531ac04a6fe4 (patch) | |
tree | 227fa567187940878b5c3038f8a1ccf8b5a761d2 /msdos | |
parent | b2451b8621f16dd483cec45950806868952a8050 (diff) | |
download | emacs-0ccc59ebabe7dee2bdfc09a6bd9a531ac04a6fe4.tar.gz |
(src): Build files in leim if leim/Makefile exists.
(clean): Add clean in leim.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/mainmake.v2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 1b82bf644f9..58467d9be29 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -62,6 +62,7 @@ src: FRC update gdb.tmp gdb.ini rm -f gdb.tmp gdb.sed cd .. + if exist leim\Makefile redir $(MAKE) -C leim top_srcdir=${top_srcdir} man: FRC cd man @@ -110,3 +111,6 @@ clean: cd oldxmenu -$(MAKE) clean cd .. + cd leim + if exist Makefile redir $(MAKE) clean + cd .. |