From d7bdab664ad1aef699270734a26f9dc74e269c15 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 5 Mar 2008 18:59:19 +0100 Subject: Fix a compilation warning on Mac OS X. darcs-hash:85fb9bdcbc82656ee6d08f6ac1cee72426e05822 --- Objective-C/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objective-C/GNUmakefile') diff --git a/Objective-C/GNUmakefile b/Objective-C/GNUmakefile index 770c12f..bbd0df8 100644 --- a/Objective-C/GNUmakefile +++ b/Objective-C/GNUmakefile @@ -53,7 +53,7 @@ endif libobjcl_OBJC_FILES += PyObjC/libffi_support.m endif -ifneq ($(COMMON_MAKE_LOADED),) +ifneq ($(COMMON_MAKE_LOADED),) # GNUstep -include $(GNUSTEP_MAKEFILES)/library.make before-all:: $(FFI_DEPS) -- cgit v1.2.3