remove RANLIB too. pointed out by perry.

This commit is contained in:
pooka 2009-03-21 04:59:08 +00:00
parent 1251c9c4c1
commit 0f732e9cfb
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rump,v 1.34 2009/03/19 12:01:50 pooka Exp $
# $NetBSD: Makefile.rump,v 1.35 2009/03/21 04:59:08 pooka Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@ -63,4 +63,3 @@ __archivebuild: .USE
| sort | uniq > renametab.${.TARGET}
${OBJCOPY} --redefine-syms renametab.${.TARGET} ${.TARGET}
rm -f renametab.${.TARGET}
${RANLIB} ${.TARGET}