From 21c8ab7090535da51893ddc0f57a9ecf25031b65 Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 5 Sep 1998 08:22:30 +0000 Subject: Change MACHINE to MACHINE_ARCH to support MACHINE=pc98. --- usr.bin/gprof/Makefile | 2 +- usr.bin/gprof4/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index f8aa1f2..9aba213 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/29/93 PROG= gprof -SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \ +SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \ printgprof.c printlist.c beforeinstall: diff --git a/usr.bin/gprof4/Makefile b/usr.bin/gprof4/Makefile index f5c2c83..5764656 100644 --- a/usr.bin/gprof4/Makefile +++ b/usr.bin/gprof4/Makefile @@ -6,7 +6,7 @@ PROG= gprof4 NOMAN= noman -SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \ +SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \ printgprof.c printlist.c CFLAGS+=-DGPROF4 .PATH: ${.CURDIR}/../../usr.bin/gprof -- cgit v1.1