Mercurial > emacs
changeset 24019:4946582b4411
(src): Build files in leim if leim/Makefile exists.
(clean): Add clean in leim.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 07 Jan 1999 12:34:43 +0000 |
parents | b918e6330d6e |
children | cd4343d3cd01 |
files | msdos/mainmake.v2 |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/mainmake.v2 Thu Jan 07 12:27:19 1999 +0000 +++ b/msdos/mainmake.v2 Thu Jan 07 12:34:43 1999 +0000 @@ -62,6 +62,7 @@ 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 @@ cd oldxmenu -$(MAKE) clean cd .. + cd leim + if exist Makefile redir $(MAKE) clean + cd ..