From b112996a4bb584811bbdd2156a068f6024a59bed Mon Sep 17 00:00:00 2001 From: Douglas William Thrift Date: Sat, 17 Apr 2010 05:56:14 +0000 Subject: [PATCH] Oops! That broke the Linux build with GNUstep. --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index c714b45..1e2628c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -157,12 +157,12 @@ ifeq ($(CY_OBJECTIVEC),1) filters += ObjectiveC header += Struct.hpp ObjectiveC/Internal.hpp ObjectiveC/Syntax.hpp code += ObjectiveC/Output.lo ObjectiveC/Replace.lo ObjectiveC/Library.lo -code += Handler.lo Struct.hpp: $$($(objcxx) -print-prog-name=cc1obj) -print-objc-runtime-info $@ ifeq ($(CY_OBJECTIVEC_MACH),1) +code += Handler.lo cflags += -DCY_ATTACH inject += Mach/Inject.lo -- 2.49.0