From 5b9cab14ffc71f46ba7f30db7a748956ce009130 Mon Sep 17 00:00:00 2001 From: Sven Almgren Date: Wed, 14 Mar 2012 12:33:51 +0100 Subject: [PATCH] Removed quotes from SHARED and BUILD_TYPE defaults --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fd7239faf7..366ab84610 100644 --- a/Makefile +++ b/Makefile @@ -75,8 +75,8 @@ srcdir ?= src CXX ?= c++ AR ?= ar PIC ?= PIC -BUILD_TYPE ?= "default" -SHARED ?= "1" +BUILD_TYPE ?= default +SHARED ?= 1 # Internal Variables