Add elc target to to makefile
Ilya Zakharevich [Thu, 2 Jul 1998 21:02:59 +0000 (17:02 -0400)]
Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1300

Makefile.SH

index 7e9e384..8696789 100644 (file)
@@ -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