From c8ac9422f97a473a812b775143d64680dc448ffe Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 24 Aug 2007 14:19:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20add=20-std=3Dgnu99=20to=20default?= =?UTF-8?q?=20CFLAGS=20=E2=80=A2=20first=20round=20of=20assorted=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bbad806..8fd9e4d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/Makefile,v 1.46 2007/08/12 13:42:20 tg Exp $ +# $MirOS: src/bin/mksh/Makefile,v 1.47 2007/08/24 14:19:56 tg Exp $ #- # use CPPFLAGS=-DDEBUG __CRAZY=Yes to check for certain more stuff @@ -24,8 +24,8 @@ CPPFLAGS+= -DMKSH_ASSUME_UTF8 \ -DHAVE_STRLCPY=1 -DHAVE_ARC4RANDOM_DECL=1 \ -DHAVE_ARC4RANDOM_PUSHB_DECL=1 -DHAVE_SYS_SIGLIST_DECL=1 \ -DHAVE_PERSISTENT_HISTORY=1 -COPTS+= -std=gnu99 -Wall .endif +COPTS+= -Wall LINKS+= ${BINDIR}/${PROG} ${BINDIR}/sh MLINKS+= ${PROG}.1 sh.1