From 2583129d2f58783619f594a2b55569f34d878fa1 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 30 Dec 2002 17:23:39 +0000 Subject: [PATCH] Updated checks for OBJC_RUNTIME_LIB git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15402 72102866-910b-0410-8b05-ffd578937521 --- Source/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/GNUmakefile b/Source/GNUmakefile index b216c5353..8e5cd2080 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -91,7 +91,7 @@ GSLocale.m \ preface.m \ mframe.m -ifeq ($(OBJC_RUNTIME), NeXT) +ifneq ($(OBJC_RUNTIME_LIB), gnu) GNU_MFILES += objc-gnu2next.m ifeq ($(HAVE_PTHREAD_H), yes) GNU_MFILES += thr-pthread.m @@ -129,7 +129,7 @@ numbers.h \ objc-gnu2next.h \ preface.h -ifeq ($(OBJC_RUNTIME), NeXT) +ifneq ($(OBJC_RUNTIME_LIB), gnu) GNU_HEADERS += thr-mach.h endif # GNUStep source files