More fine-tuning of sanitize away chill stuff...
This commit is contained in:
parent
8921fc68eb
commit
3825dfe821
1 changed files with 2 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue