summaryrefslogtreecommitdiff
path: root/build-aux/prefix-gnulib-mk
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2018-12-22 09:23:19 -0500
committerClint Adams <clint@debian.org>2018-12-22 09:23:19 -0500
commit637a2e292881341dde845545517b0ed3d3ccfc94 (patch)
treec0d05d9f8978af415c5cea9ec39fc85b6bfb6cec /build-aux/prefix-gnulib-mk
parent117dcd10d7e04d0dda7668518b8d085027f4d705 (diff)
New upstream version 4.7
Diffstat (limited to 'build-aux/prefix-gnulib-mk')
-rwxr-xr-xbuild-aux/prefix-gnulib-mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/build-aux/prefix-gnulib-mk b/build-aux/prefix-gnulib-mk
index 67b723f..544654f 100755
--- a/build-aux/prefix-gnulib-mk
+++ b/build-aux/prefix-gnulib-mk
@@ -146,15 +146,6 @@ sub prefix ($)
s{^([\w.]+\s*\+?=)(.*)$}
{prefix_assignment($1, $2)}gem;
- # These three guys escape all the other regular rules.
- # Require the leading white space to avoid inserting the prefix
- # on a line like this:
- # charset_alias = $(DESTDIR)$(libdir)/charset.alias
- # With $(libdir), it would be erroneous.
- s{(\s)(charset\.alias|ref-add\.sed|ref-del\.sed)}{$1$prefix$2}g;
- # Unfortunately, as a result we sometimes have lib/lib.
- s{($prefix){2}}{$1}g;
-
# $(srcdir)/ is actually $(top_srcdir)/$prefix/.
# The trailing slash is required to avoid matching this rule:
# test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile