blob: a625b800e4825a20bc15fa219cdb11b185409e00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $
--- src/makefile.targets 2007/11/08 11:15:50 1.1
+++ src/makefile.targets 2007/11/08 11:16:53
@@ -11,7 +11,7 @@
# emacs-style TAGS file
TAGS: SRCS
- etags -l c++ - <SRCS
+ @echo > /dev/null etags -l c++ - <SRCS
# lines of code report file
LOC: SRCS
|