From: Pádraig Brady Date: Mon, 1 Jun 2015 23:06:52 +0000 (+0100) Subject: prefix-gnulib-mk: remove no longer needed special case X-Git-Tag: v1.0~7056 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=41834ff16b8a49bff7575c731600d3dfb1cd31e1;p=gnulib.git prefix-gnulib-mk: remove no longer needed special case * build-aux/prefix-gnulib-mk (prefix): Since commit e3704b9c, continued lib_SOURCES lines are no longer present, so special case handling of such entries is not required. --- diff --git a/ChangeLog b/ChangeLog index 2344b0769e..25dec08b77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-06-02 Pádraig Brady + + prefix-gnulib-mk: remove no longer needed special case + * build-aux/prefix-gnulib-mk (prefix): Since commit e3704b9c, + continued lib_SOURCES lines are no longer present, + so special case handling of such entries is not required. + 2015-06-01 Pádraig Brady acl: don't depend on the deprecated qacl module diff --git a/build-aux/prefix-gnulib-mk b/build-aux/prefix-gnulib-mk index 4d0518fa1f..8af2916f31 100755 --- a/build-aux/prefix-gnulib-mk +++ b/build-aux/prefix-gnulib-mk @@ -155,16 +155,6 @@ sub prefix ($) # Unfortunately, as a result we sometimes have lib/lib. s{($prefix){2}}{$1}g; - # lib_libcoreutils_a_SOURCES += \ - # imaxtostr.c \ - # inttostr.c \ - # offtostr.c \ - # uinttostr.c \ - # umaxtostr.c - # The above are not handled since they're on continued lines, so - # deal with them manually: - s{^(\s*)((?:[ui]max|u?int|off)tostr\.c(:? \\)?)$}{$1$prefix$2}gm; - # $(srcdir)/ is actually $(top_srcdir)/$prefix/. # The trailing slash is required to avoid matching this rule: # test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile