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
This commit is contained in:
Russell Bryant
2006-01-16 17:51:35 +00:00
parent 3854a2438e
commit 4a7cec937d
7 changed files with 0 additions and 28 deletions

View File

@@ -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: