From 34e1754363b105180e7a85d319c2e1f464b93fb2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 15 Dec 2021 19:13:53 +0100 Subject: [PATCH] non-recursive-gnulib-prefix-hack: Remove obsolete code. * build-aux/prefix-gnulib-mk (prefix): Remove handling of t-$@ pattern. --- ChangeLog | 5 +++++ build-aux/prefix-gnulib-mk | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) 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; -- 2.39.5