From 87eeeb6da0f194d2fdb7ff7dcd9c8ecc21bbc19d Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 24 Aug 2007 14:25:33 +0000 Subject: [PATCH] =?UTF-8?q?revert=20the=20-std=3Dgnu99=E2=80=93by=E2=80=93?= =?UTF-8?q?default=20change=20until=20programmes=20are=20ready,=20as=20thi?= =?UTF-8?q?s=20is=20too=20much=20annoying=20(for=20now)=20=E2=80=93=20extr?= =?UTF-8?q?a=20commit=20so=20that=20we=20have=20a=20changeset?= 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 8fd9e4d..b3da984 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/Makefile,v 1.47 2007/08/24 14:19:56 tg Exp $ +# $MirOS: src/bin/mksh/Makefile,v 1.48 2007/08/24 14:25:33 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