From: Richard M. Stallman Date: Thu, 7 Jul 1994 02:44:58 +0000 (+0000) Subject: (mkdir, removenullpaths): Put g in sed replace commands. X-Git-Tag: emacs-19.34~7690 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=309848baf427f80a818094870fe218c0a045864c;p=emacs.git (mkdir, removenullpaths): Put g in sed replace commands. --- diff --git a/Makefile.in b/Makefile.in index 69b51c58b2f..8c30b626a1d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -197,7 +197,7 @@ COPYDESTS = ${etcdir} ${lispdir} all: paths-force ${SUBDIR} -removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/' +removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g' # Note that sed is not in /bin on 386bsd. src/paths.h: Makefile ${srcdir}/src/paths.h.in @@ -352,7 +352,7 @@ install-arch-indep: mkdir mkdir: FRC.mkdir ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ ${bindir} ${datadir} ${docdir} ${libdir} \ - `echo ${locallisppath} | sed 's/:/ /'` + `echo ${locallisppath} | sed 's/:/ /g'` -chmod 777 ${lockdir} ### Delete all the installed files that the `install' target would