* gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / configure.in
1 # This file is a shell script fragment that supplies the information
2 # necessary to tailor a template configure script into the configure
3 # script appropriate for this directory. For more information, check
4 # any existing configure script.
5
6 srctrigger="configure.in"
7 srcname="gdb.disasm"
8
9 # per-host:
10
11 # per-target:
12
13 case "${target}" in
14
15 hppa*-*-*) target_makefile_frag=hppa.mt ;;
16
17 esac
This page took 0.029718 seconds and 4 git commands to generate.