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 --- pbx/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pbx/Makefile') diff --git a/pbx/Makefile b/pbx/Makefile index f86ae4859..c8fe28b2d 100644 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -14,10 +14,6 @@ PBX_LIBS=pbx_config.so pbx_spool.so pbx_dundi.so pbx_loopback.so pbx_realtime.so \ pbx_ael.so -ifeq ($(findstring BSD,${OSARCH}),BSD) - CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib -endif - # Add GTK console if appropriate #PBX_LIBS+=$(shell $(CROSS_COMPILE_BIN)gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so") # Add KDE Console if appropriate -- cgit v1.2.3