]> git.eshelyaron.com Git - emacs.git/commitdiff
(stamp-bytecomp): Fix shell conditional.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 04:06:12 +0000 (04:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 04:06:12 +0000 (04:06 +0000)
(clean): Fix shell conditional.

leim/Makefile.in

index f1ead5397f5219c27966831e88fb04d37b05c907..4d7601903135721f78a896fe857817bf5028d743 100644 (file)
@@ -143,7 +143,8 @@ stamp-bytecomp: ${WORLD} ${EMACS}
          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 @@ clean:
 # 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