2004-10-19 Jakub Jelinek * debug/Makefile (catchsegv): Prefix $LIB with a backslash. --- libc/debug/Makefile.jj 2004-10-19 13:45:37.000000000 +0200 +++ libc/debug/Makefile 2004-10-19 13:57:34.623059205 +0200 @@ -72,7 +72,7 @@ include ../Rules $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \ $(common-objpfx)config.make - slibpfx=`echo $(slibdir)|sed 's/lib\(64\|\)$$/$$LIB/'`; \ + slibpfx=`echo $(slibdir)|sed 's/lib\(64\|\)$$/\\\\\\\\$$LIB/'`; \ sed -e 's|@VERSION@|$(version)|' -e "s|@SLIB@|$$slibpfx|" $< > $@.new chmod 555 $@.new mv -f $@.new $@