michael@33: Index: build/Makefiles/gmake/targetdirs.mak michael@33: --- build/Makefiles/gmake/targetdirs.mak.orig 2009-01-07 23:43:14.257973250 +0100 michael@33: +++ build/Makefiles/gmake/targetdirs.mak 2009-01-07 23:43:20.537852206 +0100 michael@33: @@ -80,10 +80,7 @@ michael@33: michael@33: define createdirs michael@33: @for d in $@ ; do \ michael@33: - if [ -e $$d -a -f $$d ] ; then \ michael@33: - echo "ERROR: Regular file $$d present, directory instead expected" ; \ michael@33: - exit 1; \ michael@33: - elif [ ! -d $$d ] ; then \ michael@33: + if [ ! -d $$d ] ; then \ michael@33: mkdir -p $$d ; \ michael@33: fi ; \ michael@33: done michael@33: Index: stlport/stl/config/host.h michael@33: --- stlport/stl/config/host.h.orig 2009-01-07 23:44:43.751377659 +0100 michael@33: +++ stlport/stl/config/host.h 2009-01-07 23:44:20.070524718 +0100 michael@33: @@ -316,9 +316,7 @@ michael@33: /* michael@33: #define __SunOS_5_9 michael@33: */ michael@33: -/* michael@33: #define __SunOS_5_10 michael@33: - */ michael@33: #endif michael@33: michael@33: #if defined(__sun)