remove RANLIB too. pointed out by perry.
This commit is contained in:
parent
1251c9c4c1
commit
0f732e9cfb
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue