Mercurial > emacs
changeset 8163:d836abb05e48
(mkdir, removenullpaths): Put g in sed replace commands.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 Jul 1994 02:44:58 +0000 |
parents | a24fad61dbac |
children | 3b90e6a741f1 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu Jul 07 01:43:06 1994 +0000 +++ b/Makefile.in Thu Jul 07 02:44:58 1994 +0000 @@ -197,7 +197,7 @@ 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 @@ 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