diff --git a/Makefile b/Makefile index 7ad3fd5..bc8d0d4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/Makefile,v 1.38 2007/04/24 10:42:02 tg Exp $ +# $MirOS: src/bin/mksh/Makefile,v 1.39 2007/05/24 09:06:31 tg Exp $ #- # use CPPFLAGS=-DDEBUG __CRAZY=Yes to check for certain more stuff @@ -44,7 +44,7 @@ test-build: .PHONY cd build-dir; env CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} \ CPPFLAGS=${CPPFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q} \ LIBS= NOWARN=-Wno-error TARGET_OS= CPP= /bin/sh \ - ${.CURDIR}/Build.sh -d -r && ./test.sh -v + ${.CURDIR}/Build.sh -r && ./test.sh -v cleandir: clean-extra