changeset 18930:0a32de9b6387

(stamp-bytecomp): Fix shell conditional. (clean): Fix shell conditional.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Jul 1997 04:06:12 +0000
parents 073e0019f9d9
children 43b52e6a35c2
files leim/Makefile.in
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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