From: Ilya Zakharevich Date: Thu, 2 Jul 1998 21:02:59 +0000 (-0400) Subject: Add elc target to to makefile X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=771c48746478d09364a137ddcf848a480cc787fe;p=p5sagit%2Fp5-mst-13.2.git Add elc target to to makefile Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1300 --- diff --git a/Makefile.SH b/Makefile.SH index 7e9e384..8696789 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -613,7 +613,12 @@ Makefile: Makefile.SH ./config.sh distcheck: FORCE perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()' -etags: +elc: emacs/cperl-mode.elc + +emacs/cperl-mode.elc: emacs/cperl-mode.el + -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el + +etags: emacs/cperl-mode.elc sh emacs/ptags # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE