From 309848baf427f80a818094870fe218c0a045864c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Jul 1994 02:44:58 +0000 Subject: [PATCH] (mkdir, removenullpaths): Put g in sed replace commands. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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