summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-25 13:37:57 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-25 13:37:57 +0200
commitdde299c198ff992a9a5a2112bed4e110b4f616a8 (patch)
tree477cc7cc9a02343d78d48264cd609a6d0ec3413a /Makefile.SH
parent8a58bdcf4d2660cff0818d3e1176af18a113c88d (diff)
downloadperl-dde299c198ff992a9a5a2112bed4e110b4f616a8.tar.gz
Remove targets depending on the removed emacs/ dir
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH19
1 files changed, 1 insertions, 18 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 813e8c9f23..fe7326a0fc 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1548,24 +1548,7 @@ Makefile: Makefile.SH ./config.sh
distcheck: FORCE
perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
-.PHONY: elc
-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
-
-.PHONY: etags ctags tags
-
-etags: TAGS
-
-TAGS: emacs/cperl-mode.elc
- sh emacs/ptags
-
-# Let's hope make will not go into an infinite loop on case-unsensitive systems
-# This may also fail if . is in the head of the path, since perl will
-# require -Ilib
-tags: TAGS
- perl emacs/e2ctags.pl TAGS > tags
+.PHONY: ctags
ctags:
ctags -f Tags -N --totals --languages=c --langmap=c:+.h --exclude=opmini.c --exclude=perlmini.c *.c *.h