Module Name: src
Committed By: uebayasi
Date: Sun Dec 6 12:56:59 UTC 2009
Modified Files:
src/lib/libc: Makefile
Log Message:
Provide the phony "tags" target as previous. Make it depend on the real
target. In case someone assumes the target as an interface.
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/lib/libc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/Makefile
diff -u src/lib/libc/Makefile:1.139 src/lib/libc/Makefile:1.140
--- src/lib/libc/Makefile:1.139 Sun Dec 6 06:30:52 2009
+++ src/lib/libc/Makefile Sun Dec 6 12:56:59 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2009/12/06 06:30:52 uebayasi Exp $
+# $NetBSD: Makefile,v 1.140 2009/12/06 12:56:59 uebayasi Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -114,7 +114,8 @@
NLS= C.msg Pig.msg ca.msg cs.msg de.msg es.msg fi.msg fr.msg nl.msg \
no.msg pl.msg sk.msg sv.msg
-realall: ${.OBJDIR}/tags
+realall: tags
+tags: ${.OBJDIR}/tags
${.OBJDIR}/tags: ${SRCS}
${_MKTARGET_CREATE}
-${TOOL_CTAGS} -w ${.ALLSRC:M*.c}