From: Paul Eggert Date: Wed, 10 Jul 2013 06:41:37 +0000 (-0700) Subject: * Makefile.in (removenullpaths): Remove adjacent null paths. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1861 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6e7fc0ea726804caa6cbfc673ddeba10bd28ae3;p=emacs.git * Makefile.in (removenullpaths): Remove adjacent null paths. Fixes: debbugs:14835 --- diff --git a/ChangeLog b/ChangeLog index 579cd128ca4..ea9afc289e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-07-10 Paul Eggert + + * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835). + 2013-07-09 Peter Rosin (tiny change> * configure.ac (HAVE_W32): Avoid nested functions (the second diff --git a/Makefile.in b/Makefile.in index 4afe6746cfc..a5accbf04a9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -293,7 +293,7 @@ all: ${SUBDIR} .PHONY: all ${SUBDIR} blessmail epaths-force epaths-force-w32 FRC -removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g' +removenullpaths=sed -e 's/^:*//' -e 's/:*$$//g' -e 's/::*/:/g' # Generate epaths.h from epaths.in. This target is invoked by `configure'. # See comments in configure.ac for why it is done this way, as opposed