fixing a typo in [2433]

This commit is contained in:
fgerlits 2006-11-08 17:26:45 +00:00
parent 2ce852a050
commit 9ce0bb338b
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ install: all
cd ${BOOST_DIR} && \
./tools/build/jam_src/bin.linuxx86/bjam "-sTOOLS=gcc" \
--prefix=${INSTALL_DIR} install
# this is a hack to make the autoconf script work
cd ${INSTALL_DIR}/include && ln -s boost-1_33_1/boost boost
# this is a hack to make the autoconf script work
cd ${INSTALL_DIR}/include && ln -s boost-1_33_1/boost boost
clean:
cd ${BOOST_DIR} && \