(stamp-bytecomp): Fix shell conditional.
(clean): Fix shell conditional.
This commit is contained in:
parent
835b892a39
commit
ecf38857f9
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue