Make the llvmext dir in builddir from configure.

This commit is contained in:
Graydon Hoare 2011-03-18 16:06:45 -07:00
parent c328ba1c54
commit 7055c3928c

3
configure vendored
View file

@ -71,7 +71,8 @@ msg "making directories"
for i in \
doc \
boot/fe boot/me boot/be boot/driver boot/util \
rt/isaac rt/bigint rt/sync rt/test
rt rt/isaac rt/bigint rt/sync rt/test \
llvmext
do
make_dir $i
done