From: Anthony Minessale Date: Thu, 19 Oct 2006 00:20:40 +0000 (+0000) Subject: fix build X-Git-Tag: v1.0-beta1~1890 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78697e7dfe3e54a24c820900fc3d1b539ab79866;p=thirdparty%2Ffreeswitch.git fix build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3086 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/build/buildlib.sh b/build/buildlib.sh index 6b9da6389a..5092bff5f5 100755 --- a/build/buildlib.sh +++ b/build/buildlib.sh @@ -59,7 +59,7 @@ fi if [ ! -f $root/.nothanks ] && [ $uncompressed/.complete -ot $uncompressed ] ; then echo remove stale .complete rm $uncompressed/.complete - cd $uncompressed && $MAKE clean distclean + sh -c "cd $uncompressed && $MAKE clean distclean" fi if [ -f $uncompressed/.complete ] ; then