summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 54f54c4ca..49c682867 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/*/*/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