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.in | |
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.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 3aede6e..1a5da09 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1045,7 +1045,7 @@ CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 spu_ovl.s spu_ovl.@OBJEXT@ spu_icache.s EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.@OBJEXT@_c \ emultempl/spu_icache.@OBJEXT@_c deffilep.c deffilep.h $(man_MANS) -DISTCLEANFILES = tdirs site.exp development.exp site.bak stringify.sed +DISTCLEANFILES = site.exp development.exp site.bak stringify.sed all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |