]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: switch common srcdir to abs_srcdir
authorMike Frysinger <vapier@gentoo.org>
Wed, 23 Jun 2021 02:31:12 +0000 (22:31 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 23 Jun 2021 22:12:43 +0000 (18:12 -0400)
commitb34084121ae20b04e22d44d6a2891f54fef7ffd2
tree47e2956f2e6829dda0a5a14555daeff16776d11f
parent2dd865d7c13559fe389e0c3e9ba4a92c5e312e9b
sim: switch common srcdir to abs_srcdir

We rewrite srcdir in subdir Makefiles that we generate from the common
parent dir since it points to the parent dir.  Since @srcdir@ can be a
variety of formats (relative & absolute), switch to @abs_srcdir@ which
is a lot easier to adjust.  Our use of srcdir in here should handle it.
sim/ChangeLog
sim/common/ChangeLog
sim/common/Make-common.in
sim/configure
sim/configure.ac