]> git.eshelyaron.com Git - emacs.git/commitdiff
(mkdir, removenullpaths): Put g in sed replace commands.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 1994 02:44:58 +0000 (02:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 1994 02:44:58 +0000 (02:44 +0000)
Makefile.in

index 69b51c58b2f8df82cdda2ab28978ea10b4e63fc0..8c30b626a1dffc086399f33f5f390c278977002f 100644 (file)
@@ -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