From 637a2e292881341dde845545517b0ed3d3ccfc94 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 22 Dec 2018 09:23:19 -0500 Subject: New upstream version 4.7 --- build-aux/prefix-gnulib-mk | 9 --------- 1 file changed, 9 deletions(-) (limited to 'build-aux/prefix-gnulib-mk') 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 -- cgit v1.2.3