From: Fred Fish Date: Mon, 16 Nov 1992 21:56:20 +0000 (+0000) Subject: More fine-tuning of sanitize away chill stuff... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3825dfe821f1ab61f545826fd9e515ee880f67b1;p=binutils-gdb.git More fine-tuning of sanitize away chill stuff... --- diff --git a/gdb/.Sanitize b/gdb/.Sanitize index d0aa558de43..ad152b859e2 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -386,7 +386,8 @@ else done echo Thawing the \"chill\" out of Makefile.in... cp Makefile.in new - sed -e 's/\$\{srcdir\}/ch-exp.y//g' \ + sed -e 's/$(srcdir)\/ch-exp.y//g' \ + -e 's/${srcdir}\/ch-exp.y//g' \ -e 's/ch-exp.y//g' \ -e 's/ch-exp.tab.c//g' \ -e 's/ch-exp.tab.o//g' \