From a16e2a1c6952c33272a3630e43f199993ecbe74d Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 28 Jan 2009 02:02:51 +0000 Subject: [PATCH] Forgot to update this reference when renaming be/ to os/. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29069 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/scripts/build_cross_tools_gcc4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/build_cross_tools_gcc4 b/build/scripts/build_cross_tools_gcc4 index 775be3a128..5d8f5434ef 100755 --- a/build/scripts/build_cross_tools_gcc4 +++ b/build/scripts/build_cross_tools_gcc4 @@ -140,7 +140,7 @@ $MAKE install || { # remove the system headers from the installation dir # Only the ones from the source tree should be used. sysIncludeDir=$installDir/$haikuMachine/sys-include -rm -rf $sysIncludeDir/be $sysIncludeDir/posix +rm -rf $sysIncludeDir/os $sysIncludeDir/posix # remove the objects dir rm -rf $objDir