Updated several .bep files to use finddir.

This commit is contained in:
Scott McCreary
2011-04-25 22:09:13 +00:00
parent 46620c0c86
commit 624eff851f
119 changed files with 142 additions and 142 deletions

View File

@@ -13,7 +13,7 @@ BUILD {
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=/boot/common --enable-shared LDFLAGS=-L/boot/common/lib CFLAGS=-I/boot/develop/headers/3rdparty
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --enable-shared LDFLAGS=-L/boot/common/lib CFLAGS=-I/boot/develop/headers/3rdparty
make
}