More careful cd command.

This commit is contained in:
steve 2002-09-20 02:41:36 +00:00
parent 475b603d15
commit 63946c4cfb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ autoconf
for dir in vpip vvp tgt-vvp tgt-fpga libveriuser
do
echo "Autoconf in $dir..."
( cd $dir ; autoconf )
( cd ./$dir ; autoconf )
done
echo "Precompiling lexor_keyword.gperf"