summaryrefslogtreecommitdiff
path: root/build-aux/prefix-gnulib-mk
diff options
context:
space:
mode:
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