summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-14 21:46:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-14 21:46:06 +0000
commitbcfee626b0241ad53e909d03ac4c31d4a9ce18c6 (patch)
tree984d399fbaa7bed3013a83c9c43625132d5051fd /perl-install/Makefile
parent37dc8031ea27a00e421ef1f4381a4a3233329c18 (diff)
downloaddrakx-backup-do-not-use-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.tar
drakx-backup-do-not-use-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.tar.gz
drakx-backup-do-not-use-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.tar.bz2
drakx-backup-do-not-use-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.tar.xz
drakx-backup-do-not-use-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.zip
(TAGS): add MDK/Common files
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