# HG changeset patch # User Eli Zaretskii # Date 915712483 0 # Node ID 4946582b44112d154d11963c5f880d51a666c5c6 # Parent b918e6330d6e050f118b710d3e7e876b7fad78e4 (src): Build files in leim if leim/Makefile exists. (clean): Add clean in leim. diff -r b918e6330d6e -r 4946582b4411 msdos/mainmake.v2 --- 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 ..