diff options
author | Alan Modra <amodra@gmail.com> | 2019-04-12 19:02:44 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-04-13 12:12:43 +0930 |
commit | 50ff67e6cf65dbe1b8fbbdb7a6c2e43919af95f4 (patch) | |
tree | 5da1073c6f1f1a089bef93c79f842c3b54bb08d8 /ld/Makefile.am | |
parent | 35add35e85c21f02e3e5808273cb77b24069b0aa (diff) | |
download | gdb-50ff67e6cf65dbe1b8fbbdb7a6c2e43919af95f4.zip gdb-50ff67e6cf65dbe1b8fbbdb7a6c2e43919af95f4.tar.gz gdb-50ff67e6cf65dbe1b8fbbdb7a6c2e43919af95f4.tar.bz2 |
ld TDIRS substitution
It is no longer true that autoconf/automake cannot substitute vars
with embedded new-lines.
* configure.ac (TDIRS): Build up tdirs in this variable and
AC_SUBST, also using AM_SUBST_NOTMAKE.
* configure: Regenerate.
* Makefile.am (DISTCLEANFILES): Remove tdirs.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 0434a82..7f8722d 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -2013,7 +2013,7 @@ diststuff: info $(EXTRA_DIST) # ld.1 to support parallel build. info-recursive: ld.1 -DISTCLEANFILES = tdirs site.exp development.exp site.bak stringify.sed +DISTCLEANFILES = site.exp development.exp site.bak stringify.sed distclean-local: rm -rf ldscripts |