This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/sim/common ChangeLog Makefile.in
- From: vapier at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 6 Jan 2012 06:43:48 -0000
- Subject: src/sim/common ChangeLog Makefile.in
CVSROOT: /cvs/src
Module name: src
Changes by: vapier@sourceware.org 2012-01-06 06:43:48
Modified files:
sim/common : ChangeLog Makefile.in
Log message:
sim: headers: use abs_srcdir to find helper scripts
Trying to run `headers` in an out-of-tree build fails atm due to the
relative srcdir paths being used in a location other than where they
were setup to be used from. Get abs_srcdir from configure and use
that instead where applicable.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.268&r2=1.269
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/Makefile.in.diff?cvsroot=src&r1=1.14&r2=1.15