* Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
[deliverable/binutils-gdb.git] / binutils / configure.in
1 # This file is a shell script that supplies the information necessary
2 # to tailor a template configure script into the configure script
3 # appropriate for this directory. For more information, check any
4 # existing configure script.
5
6 srctrigger=ar.c
7 srcname="Binutils"
8
9 configdirs="testsuite"
10
11 # per-host:
12
13 host_makefile_frag=
14 if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then
15 host_makefile_frag=../bfd/config/${my_host}.mh
16 fi
17
18 # per-target:
This page took 0.037627 seconds and 5 git commands to generate.