diff options
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 6f0ba6759..16e7c6cae 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -20,7 +20,7 @@ list_modules.pm: ln -sf ../kernel/list_modules.pm TAGS: $(ALLPMS) - etags -o - $^ /usr/lib/perl5/site_perl/*/MDK/Common/*.pm | ./perl2etags > $@ + etags -o - $^ /usr/lib/perl5/*/*/MDK/Common/*.pm | ./perl2etags > $@ clean: for i in $(DIRS) share/po; do $(MAKE) -C $$i clean; done |