diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-09 22:28:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-09 22:28:45 +0000 |
commit | 20577683bbc683eba08756937e9cca01b8354f57 (patch) | |
tree | c8e638aa819e50c8a6664da43da5f596148a6f5e /perl-install | |
parent | 472cad0e2a20c304269b04bd9c58939e2930031e (diff) | |
download | drakx-backup-do-not-use-20577683bbc683eba08756937e9cca01b8354f57.tar drakx-backup-do-not-use-20577683bbc683eba08756937e9cca01b8354f57.tar.gz drakx-backup-do-not-use-20577683bbc683eba08756937e9cca01b8354f57.tar.bz2 drakx-backup-do-not-use-20577683bbc683eba08756937e9cca01b8354f57.tar.xz drakx-backup-do-not-use-20577683bbc683eba08756937e9cca01b8354f57.zip |
have MDK::Common's in TAGS
Diffstat (limited to 'perl-install')
-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 |