From af48bc578e098e272ed04681d8fe21e01482e5d5 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 8 Dec 2009 14:07:28 +0000 Subject: 20091208-1407 --- makemk.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makemk.sh') diff --git a/makemk.sh b/makemk.sh index 48bf973f..e20886d3 100755 --- a/makemk.sh +++ b/makemk.sh @@ -43,6 +43,9 @@ echo removing old libraries and binaries rm -f $PLAT/lib/*.a $PLAT/bin/* rm -f utils/cc/y.tab.? +# ensure the output directories exist +mkdir -p $PLAT/lib $PLAT/bin + # libregexp cd $ROOT/utils/libregexp || error cannot find libregexp directory CFILES="regaux.c regcomp.c regerror.c regexec.c regsub.c rregexec.c rregsub.c" -- cgit v1.2.3