diff --git a/usr.bin/gprof/PSD.doc/Makefile b/usr.bin/gprof/PSD.doc/Makefile index db317092eac6..215caca3dcc2 100644 --- a/usr.bin/gprof/PSD.doc/Makefile +++ b/usr.bin/gprof/PSD.doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1995/04/19 07:16:35 cgd Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/21 15:46:33 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 8/14/93 DIR= psd/18.gprof @@ -9,6 +9,6 @@ DPADD= ${EXTRA} MACROS= -me paper.ps: ${SRCS} ${DPADD} - ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET} + ${SOELIM} -I${.CURDIR} ${.ALLSRC:M*.me} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET} .include