Remove a hack.

This commit is contained in:
skrll 2013-04-29 12:59:55 +00:00
parent 262a3aaf9f
commit 25da020250
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/12/08 02:35:06 christos Exp $
# $NetBSD: Makefile,v 1.4 2013/04/29 12:59:55 skrll Exp $
REQUIRETOOLS= yes
NOPIC= # defined
@ -11,12 +11,7 @@ LIB= gcov
.if ${MKGCC} != "no"
# XXX: Fix me
.if ${MACHINE_ARCH} == "earmeb"
.include "${.CURDIR}/arch/earm/defs.mk"
.else
.include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk"
.endif
LIBGCOVSRCS= ${G_LIBGCOV:=.c}