diff options
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) |