From 3d3876b6555746b0aed60717b27117b308681664 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 31 May 1999 04:56:23 +0000 Subject: Mark broken for -current boxes with egcs. --- lang/libobjects/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lang/libobjects') diff --git a/lang/libobjects/Makefile b/lang/libobjects/Makefile index 2bc447733bcc..e21bd8a4b706 100644 --- a/lang/libobjects/Makefile +++ b/lang/libobjects/Makefile @@ -3,7 +3,7 @@ # Date created: 21 April 1998 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.4 1999/01/12 16:50:57 vanilla Exp $ +# $Id: Makefile,v 1.5 1999/01/27 07:41:21 fenner Exp $ # DISTNAME= libobjects-0.1.19 @@ -15,4 +15,9 @@ MAINTAINER= nacai@iname.com GNU_CONFIGURE= yes -.include +.include +.if ${OSVERSION} > 400002 +BROKEN= no objc header files +.endif + +.include -- cgit