# HG changeset patch # User Richard M. Stallman # Date 869717172 0 # Node ID 0a32de9b638786183872c6502a2e6b83770f3f5a # Parent 073e0019f9d9a5f9a5384ded66b0d6c19cc9db10 (stamp-bytecomp): Fix shell conditional. (clean): Fix shell conditional. diff -r 073e0019f9d9 -r 0a32de9b6387 leim/Makefile.in --- a/leim/Makefile.in Thu Jul 24 04:01:12 1997 +0000 +++ b/leim/Makefile.in Thu Jul 24 04:06:12 1997 +0000 @@ -143,7 +143,8 @@ else \ ${RUN-EMACS} -batch -l skkdic-cnv \ --eval '(byte-recompile-directory "skk" 0)'; \ - fi \ + fi ; \ + else true ; \ fi touch stamp-bytecomp @@ -275,7 +276,7 @@ # If this is not a dot-srcdir build, then remove the link made to skkdic.elc. if test ! -f Makefile.in; then \ rm -f skk/skkdic.elc; \ - else; true; fi + else true; fi distclean maintainer-clean: clean if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi