From 90af366ee04ae2c77557d72f2b2542eadda1dac3 Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 3 Mar 2007 21:48:33 +0000 Subject: [PATCH] sync --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e8e310..e7c30f1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/Makefile,v 1.31 2007/02/18 16:24:13 tg Exp $ +# $MirOS: src/bin/mksh/Makefile,v 1.32 2007/03/03 21:48:33 tg Exp $ .include @@ -19,7 +19,7 @@ CPPFLAGS+= -DMKSH_ASSUME_UTF8 \ -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 \ -DHAVE_REVOKE=1 -DHAVE_SETMODE=1 -DHAVE_SETRESUGID=1 \ -DHAVE_SETGROUPS=1 -DHAVE_STRCASESTR=1 -DHAVE_STRLCPY=1 \ - -DHAVE_MULTI_IDSTRING=1 + -DHAVE_MULTI_IDSTRING=1 -DHAVE_PERSISTENT_HISTORY=1 COPTS+= -std=gnu99 -Wall .endif CDIAGFLAGS+= -Wno-cast-qual