From 6f8879d20d26da71cd69b371a757e2b6225d0018 Mon Sep 17 00:00:00 2001 From: rizzo Date: Thu, 23 Mar 2006 13:39:36 +0000 Subject: remove duplicate CFLAGS and SOLINK definitions that are already in the top level Makefile git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14351 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cdr') diff --git a/cdr/Makefile b/cdr/Makefile index e11cfb9b6..30284ce57 100644 --- a/cdr/Makefile +++ b/cdr/Makefile @@ -37,11 +37,6 @@ else CFLAGS+=-fPIC endif -ifeq ($(findstring BSD,${OSARCH}),BSD) - CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include - SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib -endif - #The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only. #This works for even old (2.96) versions of gcc and provides a small boost either way. #A ultrasparc cpu is really v9 but the stock debian stable 3.0 gcc doesn.t support it. -- cgit v1.2.3