From 30aed785bcb02d29cbef7e1dee60b13b54251e47 Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 20 Oct 2005 12:47:49 +0000 Subject: [PATCH] fix up DEBUGLIBS and DEBUGPROGS --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 742776f..918fa58 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/Makefile,v 1.6 2005/10/08 18:53:09 tg Exp $ +# $MirOS: src/bin/mksh/Makefile,v 1.7 2005/10/20 12:47:49 tg Exp $ PROG= mksh SRCS= alloc.c edit.c eval.c exec.c expr.c funcs.c histrap.c \ @@ -16,8 +16,6 @@ CFLAGS_printf.o=-DBUILTIN CPPFLAGS+= -DUSE_PRINTF .endif -DEBUGPROGS= No # objcopy can't mod /bin/mksh after install (ETXTBUSY) - check: @cd ${.CURDIR} && ${MAKE} regress V=-v