Descend into gprof if ${OBJECT_FMT} == "ELF".

This commit is contained in:
ross 1998-10-19 04:18:15 +00:00
parent 56fc9f5a6c
commit 9883e3833c
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.54 1998/10/19 03:12:50 matt Exp $
# $NetBSD: Makefile,v 1.55 1998/10/19 04:18:15 ross Exp $
# XXX Temporary for USE_EGCS
.include <bsd.own.mk>
@ -26,5 +26,8 @@ SUBDIR+= egcs
SUBDIR+= gcc
.endif
.include <bsd.subdir.mk>
.if ${OBJECT_FMT} == "ELF"
SUBDIR+= gprof
.endif
.include <bsd.subdir.mk>