diff options
Diffstat (limited to 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index f0698c3..fbec798 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -8,6 +8,12 @@ srcname="gprof" # per-host: +. ${srcdir}/../bfd/configure.host + +# Set up to make a link between the host's include file and "sysdep.h". +files="../bfd/hosts/${my_host}.h" +links="sysdep.h" + # per-target: case "${target}" in i386-*-*) my_target=i386 ;; @@ -21,6 +27,3 @@ target_makefile_frag=config/mt-${my_target} if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then target_makefile_frag= fi - -files= -links= |