From 8689ff7d035204addf819c91d158b6faeaa98e52 Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Mon, 5 Jul 2010 07:56:24 +0300 Subject: [PATCH] Tweak Makefile a bit To fix some build problems on debian's automatic building system. Signed-off-by: Marco Costalba --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index fd18b862..b316129b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -219,7 +219,7 @@ ifeq ($(COMP),icc) endif ### 3.2 General compiler settings -CXXFLAGS += -g -Wall -fno-exceptions -fno-rtti $(EXTRACXXFLAGS) +CXXFLAGS = -g -Wall -fno-exceptions -fno-rtti $(EXTRACXXFLAGS) ifeq ($(comp),icc) CXXFLAGS += -wd383,869,981,10187,10188,11505,11503 @@ -230,7 +230,7 @@ ifeq ($(os),osx) endif ### 3.3 General linker settings -LDFLAGS += -lpthread $(EXTRALDFLAGS) +LDFLAGS = -lpthread $(EXTRALDFLAGS) ifeq ($(os),osx) LDFLAGS += -arch $(arch) -- 2.39.2