]> Savannah Git Hosting - gnulib.git/commitdiff
non-recursive-gnulib-prefix-hack: Remove obsolete code.
authorBruno Haible <bruno@clisp.org>
Wed, 15 Dec 2021 18:13:53 +0000 (19:13 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Dec 2021 18:13:53 +0000 (19:13 +0100)
* build-aux/prefix-gnulib-mk (prefix): Remove handling of t-$@ pattern.

ChangeLog
build-aux/prefix-gnulib-mk

index d78e28af8f41cb6007b1957f005c561ff9bc79d9..cbb66c2bbe326ecc6bc0ac9128605609c09f0a0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-12-15  Bruno Haible  <bruno@clisp.org>
+
+       non-recursive-gnulib-prefix-hack: Remove obsolete code.
+       * build-aux/prefix-gnulib-mk (prefix): Remove handling of t-$@ pattern.
+
 2021-12-15  Bruno Haible  <bruno@clisp.org>
 
        Indentation fix.
index 347ddcd647b1e0ba413eb1f1e020adf0cd90d758..7b43eb0dbdf17eae611a1d46f9026eaae90afc23 100755 (executable)
@@ -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;