From: Sean Eric Fagan Date: Mon, 22 Jul 1991 19:15:06 +0000 (+0000) Subject: Added bfd support to the makefile. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39ada6fced8ae3ebaf327a433d37ba2fcae2df57;p=binutils-gdb.git Added bfd support to the makefile. --- diff --git a/gprof/Makefile b/gprof/Makefile index 9c14d68eca1..b233afb4119 100755 --- a/gprof/Makefile +++ b/gprof/Makefile @@ -5,8 +5,10 @@ MACHINE= sparc PROG= gprof SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \ printgprof.c printlist.c +LIBS = ../bfd/libbfd.a ../libiberty/libiberty.a + #CFLAGS+=-I${.CURDIR}/../../lib/csu.${MACHINE} -CFLAGS= -I. -O -g -DMACHINE_H=\"${MACHINE}.h\" +CFLAGS= -I. -I../include -O -g -DMACHINE_H=\"${MACHINE}.h\" OBJS= gprof.o arcs.o dfn.o lookup.o ${MACHINE}.o hertz.o \ printgprof.o printlist.o