diff options
author | wiz <wiz> | 2002-11-14 03:58:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-14 03:58:14 +0000 |
commit | 2b4e64c36924b37b65b5e03830541d4acbedf94d (patch) | |
tree | 13c86fa5e191a97e01e702efa024a0a03118220e /emulators/xmame | |
parent | e8e72e7d12e24dfe6a92a7431480122160f01ea9 (diff) | |
download | pkgsrc-2b4e64c36924b37b65b5e03830541d4acbedf94d.tar.gz |
Drop trailing whitespace.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 1971adc99a6..071bb98a5ae 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2002/11/12 00:25:54 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.80 2002/11/14 03:58:14 wiz Exp $ # DISTNAME= xmame-0.60.1 @@ -26,7 +26,7 @@ UNLIMIT_RESOURCES= datasize .if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "sparc") . if (${CFLAGS:M-O2} == "-O2") -CFLAGS:= ${CFLAGS:S/-O2/-O0/} +CFLAGS:= ${CFLAGS:S/-O2/-O0/} . endif .endif |