diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-06-19 14:23:00 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-06-19 14:23:00 +0000 |
commit | cab58a69eb053e15d0b4698c870e76f5aa98b1ef (patch) | |
tree | ad85d661972dffc44717bb9724f0c47964ae3876 /gdb/configure | |
parent | 692ed3e78f3d4964ece4b830d5d3138a6b453eba (diff) | |
download | gdb-cab58a69eb053e15d0b4698c870e76f5aa98b1ef.zip gdb-cab58a69eb053e15d0b4698c870e76f5aa98b1ef.tar.gz gdb-cab58a69eb053e15d0b4698c870e76f5aa98b1ef.tar.bz2 |
* configure.ac: Do not use ${objdir}.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 7883511..a696cb6 100755 --- a/gdb/configure +++ b/gdb/configure @@ -21801,7 +21801,7 @@ esac OLD_CFLAGS=$CFLAGS OLD_LDFLAGS=$LDFLAGS OLD_LIBS=$LIBS -CFLAGS="$CFLAGS -I${srcdir}/../include -I${objdir}/../bfd -I${srcdir}/../bfd" +CFLAGS="$CFLAGS -I${srcdir}/../include -I../bfd -I${srcdir}/../bfd" LDFLAGS="$LDFLAGS -L../bfd -L../libiberty" LIBS="$LIBS -lbfd -liberty" echo "$as_me:$LINENO: checking for ELF support in BFD" >&5 |