diff --git a/campcaster/src/tools/boost/boost-1.33.1/etc/Makefile.in b/campcaster/src/tools/boost/boost-1.33.1/etc/Makefile.in index f08a6f06f..87383a7f9 100644 --- a/campcaster/src/tools/boost/boost-1.33.1/etc/Makefile.in +++ b/campcaster/src/tools/boost/boost-1.33.1/etc/Makefile.in @@ -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} && \