summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-07-02 17:02:59 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-07-04 05:27:20 +0000
commit771c48746478d09364a137ddcf848a480cc787fe (patch)
treeb4f997330f8d753ff181f789f4b2ded111709b87 /Makefile.SH
parent6c72d195a44add86e50e54c2c80795702dc3fc9f (diff)
downloadperl-771c48746478d09364a137ddcf848a480cc787fe.tar.gz
Add elc target to to makefile
Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1300
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 7e9e384603..8696789323 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