Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 10/18/1998 21:15:11
Module Name:	src
Committed By:	ross
Date:		Mon Oct 19 04:15:11 UTC 1998

Modified Files:
	src/gnu/usr.bin/gprof: Makefile
Log Message:
Do some g/c and add -I${DESTDIR}/usr/include/bfd. The problem is that
bfd.h is a generated file and may end up in the objdir, which might be
.../obj, might be .../obj.${MACHINE} (but what about crosscompilers?)
etc etc. It seems best to use the one installed in DESTDIR; I hope
a DESTDIR setting is required for crosstool builds.