From bcfee626b0241ad53e909d03ac4c31d4a9ce18c6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Aug 2001 21:46:06 +0000 Subject: (TAGS): add MDK/Common files --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1