diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-07 02:44:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-07 02:44:58 +0000 |
commit | 64674c05649373f7399b7f091678227db8aa1b4a (patch) | |
tree | 91dd13fa55f4c23e996767ae913f9bfdfef75dc1 /Makefile.in | |
parent | a1674de98a82d4850dedaeadc94d179e44b32fb7 (diff) | |
download | emacs-64674c05649373f7399b7f091678227db8aa1b4a.tar.gz |
(mkdir, removenullpaths): Put g in sed replace commands.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files 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 |