From cdd2684f60af07700d383b9533fd764713d198ea Mon Sep 17 00:00:00 2001 From: theraven Date: Fri, 28 Sep 2012 12:54:03 +0000 Subject: [PATCH] Small Makefile tweaks. Patch by Kubilay Kocak! --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cd8d6b2..bcf3403 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,13 @@ MAJOR_VERSION = 4 MINOR_VERSION = 6 SUBMINOR_VERSION = 0 -VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) +VERSION ?= $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) LIBOBJCLIBNAME=objc LIBOBJC=libobjc LIBOBJCXX=libobjcxx -SILENT=@ +SILENT ?= @ CFLAGS += -std=gnu99 -fPIC -fexceptions CFLAGS += -Wno-deprecated-objc-isa-usage