diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-05 18:59:19 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-05 18:59:19 +0100 |
commit | d7bdab664ad1aef699270734a26f9dc74e269c15 (patch) | |
tree | cbfecd80c80bfb26b6bd6e32bde8d8adec627b5a /Objective-C/GNUmakefile | |
parent | ec93161e814c02d025f04e497a3346d878bc61b7 (diff) |
Fix a compilation warning on Mac OS X.
darcs-hash:85fb9bdcbc82656ee6d08f6ac1cee72426e05822
Diffstat (limited to 'Objective-C/GNUmakefile')
-rw-r--r-- | Objective-C/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |