From: Bruno Haible Date: Wed, 15 Dec 2021 18:13:53 +0000 (+0100) Subject: non-recursive-gnulib-prefix-hack: Remove obsolete code. X-Git-Tag: v1.0~2525 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=34e1754363b105180e7a85d319c2e1f464b93fb2;p=gnulib.git non-recursive-gnulib-prefix-hack: Remove obsolete code. * build-aux/prefix-gnulib-mk (prefix): Remove handling of t-$@ pattern. --- diff --git a/ChangeLog b/ChangeLog index d78e28af8f..cbb66c2bbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-12-15 Bruno Haible + + non-recursive-gnulib-prefix-hack: Remove obsolete code. + * build-aux/prefix-gnulib-mk (prefix): Remove handling of t-$@ pattern. + 2021-12-15 Bruno Haible Indentation fix. diff --git a/build-aux/prefix-gnulib-mk b/build-aux/prefix-gnulib-mk index 347ddcd647..7b43eb0dbd 100755 --- a/build-aux/prefix-gnulib-mk +++ b/build-aux/prefix-gnulib-mk @@ -193,10 +193,6 @@ sub prefix ($) # test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile s{\$\(srcdir\)/}{\$(top_srcdir)/$prefix}g; - # Sometimes, t-$@ is used instead of $@-t, which, of course, does - # not work when we have a $@ with a directory in it. - s{t-\$\@}{\$\@-t}g; - # Some AC_SUBST patterns remain and would better be Make macros. s{\@(MKDIR_P)\@}{\$($1)}g;