summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/gprof/Makefile2
-rw-r--r--usr.bin/gprof4/Makefile2
2 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud