remove duplicate CFLAGS and SOLINK definitions that are

already in the top level Makefile



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2006-03-23 13:39:36 +00:00
parent 6be9f52948
commit 408a6e25e4
2 changed files with 0 additions and 9 deletions

View File

@@ -20,10 +20,6 @@ ifeq ($(OSARCH),SunOS)
LIBS=-lsocket -lnsl ../strcompat.o
endif
ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
endif
all: depend $(AGIS)
install: all