diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-07-02 17:02:59 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-04 05:27:20 +0000 |
commit | e2d73eaa96542a2c8d0a8881b3bc63caa8e07df5 (patch) | |
tree | b4f997330f8d753ff181f789f4b2ded111709b87 /Makefile.SH | |
parent | f3b125f7f9a7adf5ab5b50518b25e074036d0df9 (diff) | |
download | perl-e2d73eaa96542a2c8d0a8881b3bc63caa8e07df5.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.SH | 7 |
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 |