From 28b1eda6560c9199fc1f3ca8290345ce165e686f Mon Sep 17 00:00:00 2001 From: todd Date: Tue, 10 Aug 2010 20:55:50 +0000 Subject: [PATCH] permit sgi/loongson to make a release with no xorg.conf, broken since xorg.conf was removed for these archs --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ad00d3e80..53351f424 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2010/05/11 18:51:21 espie Exp $ +# $OpenBSD: Makefile,v 1.37 2010/08/10 20:55:50 todd Exp $ .include LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -95,8 +95,8 @@ release-clean: release-install: @${MAKE} install -.if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == loongson || \ - ${MACHINE} == mac68k || ${MACHINE} == macppc || ${MACHINE} == sgi || \ +.if ${MACHINE} == alpha || ${MACHINE} == hp300 || \ + ${MACHINE} == mac68k || ${MACHINE} == macppc || \ ${MACHINE} == vax || ${MACHINE} == zaurus @if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \ echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \