=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sort/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/sort/Makefile 2012/09/10 04:03:34 1.4 +++ src/usr.bin/sort/Makefile 2012/12/21 06:17:29 1.5 @@ -1,11 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2012/09/10 04:03:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2012/12/21 06:17:29 deraadt Exp $ PROG= sort SRCS= append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c - -# Work around gcc optimization bug on sh -.if (${MACHINE_ARCH} == sh) -COPTS+= -O0 -.endif .include