diff options
-rw-r--r-- | bin/ksh/Makefile | 6 | ||||
-rw-r--r-- | usr.bin/m4/Makefile | 6 | ||||
-rw-r--r-- | usr.bin/make/Makefile | 5 |
3 files changed, 3 insertions, 14 deletions
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile index e777e7b9405..ae5840339a4 100644 --- a/bin/ksh/Makefile +++ b/bin/ksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 1999/09/28 02:18:30 smurph Exp $ +# $OpenBSD: Makefile,v 1.13 2002/04/22 21:44:58 miod Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ @@ -10,10 +10,6 @@ DEFS= -DHAVE_CONFIG_H -Wall -Wno-unused CFLAGS+=${DEFS} -I. -I${.CURDIR} -DKSH MAN= ksh.1 sh.1 -.if (${MACHINE_ARCH} == "m88k") -CFLAGS+=-O0 -.endif - CLEANFILES+= siglist.out emacs.out LINKS= ${BINDIR}/ksh ${BINDIR}/rksh diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 0d3c0f59b3a..96509d2d11c 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/09/18 14:55:52 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2002/04/22 21:45:00 miod Exp $ # -DEXTENDED # if you want the paste & spaste macros. @@ -7,10 +7,6 @@ PROG= m4 CFLAGS+=-DEXTENDED CDIAGFLAGS=-W -Wall -Wstrict-prototypes \ -Wno-unused -Wno-char-subscripts -Wno-sign-compare -# No optimization for m88k -.if (${MACHINE_ARCH} == "m88k") -CFLAGS+=-O0 -.endif SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c MAN= m4.1 diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 76de395a5e2..e5e0acd91ad 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2001/11/11 12:35:02 espie Exp $ +# $OpenBSD: Makefile,v 1.34 2002/04/22 21:45:01 miod Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} @@ -9,9 +9,6 @@ CFLAGS+=-DUSE_TIMESPEC CFLAGS+=-DHAS_BOOL_H CFLAGS+=-DHAS_PATHS_H CFLAGS+=-DHAS_EXTENDED_GETCWD -.if (${MACHINE_ARCH} == "m88k") -CFLAGS+=-O0 -.endif SRCS= arch.c buf.c cmd_exec.c compat.c cond.c dir.c error.c for.c \ init.c job.c lowparse.c main.c make.c memory.c parse.c \ |