From 670c7845636f98915f1c601c22f4f3146abf5433 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 15 Jun 2015 14:24:01 +0000 Subject: [PATCH] Only create and install the tags file for the normal libc (not any of the compat copies), because we don't want it to be overwritten by the compat copies. This was detected by the evbarm mkimage complaining. --- lib/libc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/Makefile b/lib/libc/Makefile index e67e31d09d40..2cc776d5835c 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2015/02/09 22:44:34 pooka Exp $ +# $NetBSD: Makefile,v 1.169 2015/06/15 14:24:01 christos Exp $ # @(#)Makefile 8.2 (Berkeley) 2/3/94 # # All library objects contain sccsid strings by default; they may be @@ -130,7 +130,7 @@ REGEX_SPECIALS=[][)(^$$.?*\\;] MKREPRO_SED= -e 's;${NETBSDSRCDIR:C/${REGEX_SPECIALS}/\\\\&/g};/usr/src;' .endif -.if ${RUMPRUN} != "yes" +.if !defined(MLIBDIR) && ${RUMPRUN} != "yes" realall: tags tags: ${SRCS} ${_MKTARGET_CREATE}