diff options
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index d0aa558..ad152b8 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' \ |