More careful cd command.
This commit is contained in:
parent
475b603d15
commit
63946c4cfb
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue