--- cci/usr/src/ucb/gprof/Makefile 2019/07/28 12:24:19 1.1 +++ cci/usr/src/ucb/gprof/Makefile 2019/07/28 12:29:20 1.1.1.2 @@ -17,9 +17,9 @@ PR=pr GPROFHDRS = gprof.h tahoe.h GPROFSRCS = gprof.c arcs.c dfn.c lookup.c callf.c hertz.c \ - printgprof.c printlist.c + printgprof.c printlist.c printhist.c GPROFOBJS = gprof.o arcs.o dfn.o lookup.o callf.o hertz.o \ - printgprof.o printlist.o + printgprof.o printlist.o printhist.o gprof: ${GPROFOBJS} ${CC} -o gprof ${CFLAGS} ${GPROFOBJS} @@ -53,3 +53,4 @@ callf.o: callf.c gprof.h tahoe.h gcrt0.h hertz.o: gprof.h tahoe.h hertz.c printgprof.o: printgprof.c gprof.h tahoe.h gcrt0.h printlist.o: printlist.c gprof.h tahoe.h gcrt0.h +printhist.o: printhist.c gprof.h tahoe.h gcrt0.h