summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 8d39f3141..b872c7de1 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -8,7 +8,7 @@ MOFILES = $(POFILES:%.po=%.mo)
all: TAGS $(DIRS)
TAGS: $(PMS)
- etags -o - $^ | ./perl2etags > $@
+ etags -o - $^ /usr/lib/perl5/site_perl/*/MDK/Common/*.pm | ./perl2etags > $@
clean:
for i in $(DIRS); do $(MAKE) -C $$i clean; done