From 3825dfe821f1ab61f545826fd9e515ee880f67b1 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Mon, 16 Nov 1992 21:56:20 +0000 Subject: [PATCH] More fine-tuning of sanitize away chill stuff... --- gdb/.Sanitize | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' \ -- 2.30.2