mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
$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
|