From 09082c7516817933029d732cb990fcd25f4fbad9 Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 19 Sep 2002 11:57:36 +0000 Subject: [PATCH] don't double-quote BROKEN, bsd.port.mk already does the same --- lang/egcs/snapshot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/egcs/snapshot/Makefile b/lang/egcs/snapshot/Makefile index bc09435ead8..4fc637526a9 100644 --- a/lang/egcs/snapshot/Makefile +++ b/lang/egcs/snapshot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.90 2002/09/18 15:35:39 espie Exp $ +# $OpenBSD: Makefile,v 1.91 2002/09/19 11:57:36 naddy Exp $ ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 @@ -9,7 +9,7 @@ MAKE_OBJC=Yes # Java is still mostly broken (boehm-gc) MAKE_JAVA=Yes -BROKEN="Waiting for a recent snapshot that #??#@ works" +BROKEN= Waiting for a recent snapshot that #??#@ works # This is a configuration file for gcc