Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gprof Turn this off on USE_NEW_TOOLCHAIN.
details: https://anonhg.NetBSD.org/src/rev/40f0a1a92e3e
branches: trunk
changeset: 513660:40f0a1a92e3e
user: tv <tv%NetBSD.org@localhost>
date: Mon Aug 06 20:01:23 2001 +0000
description:
Turn this off on USE_NEW_TOOLCHAIN.
diffstat:
gnu/usr.bin/gprof/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 4110d22a22b4 -r 40f0a1a92e3e gnu/usr.bin/gprof/Makefile
--- a/gnu/usr.bin/gprof/Makefile Mon Aug 06 20:00:02 2001 +0000
+++ b/gnu/usr.bin/gprof/Makefile Mon Aug 06 20:01:23 2001 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2001/01/09 08:52:58 enami Exp $
+# $NetBSD: Makefile,v 1.8 2001/08/06 20:01:23 tv Exp $
.include <bsd.own.mk>
+.if !defined(USE_NEW_TOOLCHAIN)
PROG= gprof
SRCS= basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c cg_print.c \
core.c gmon_io.c gprof.c hertz.c hist.c source.c \
@@ -22,4 +23,6 @@
.PATH: ${DIST}/gprof
.include <bsd.info.mk>
+.endif
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index