# HG changeset patch # User Richard M. Stallman # Date 773549098 0 # Node ID d836abb05e48c2841eeb847b32a18f85886c80c5 # Parent a24fad61dbac165e0e22cfd5341b127e1dcd91df (mkdir, removenullpaths): Put g in sed replace commands. diff -r a24fad61dbac -r d836abb05e48 Makefile.in --- 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