From 4a7cec937d761a93640d75a02335e74abb71c285 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 16 Jan 2006 17:51:35 +0000 Subject: remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8101 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'funcs/Makefile') diff --git a/funcs/Makefile b/funcs/Makefile index 63d36bfe9..773594c64 100644 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -47,10 +47,6 @@ else CFLAGS+=-fPIC endif -ifeq ($(findstring BSD,${OSARCH}),BSD) - CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib -endif - all: $(FUNCS) clean: -- cgit v1.2.3