summaryrefslogtreecommitdiff
path: root/agi
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-03-23 13:39:36 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-03-23 13:39:36 +0000
commit408a6e25e41d82882013cf8a4300b8ee683299ca (patch)
treee014e525d750873b5999923de2d94f226dd8e4f9 /agi
parent6be9f5294839fcba1b7187fb2d89388247175bee (diff)
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
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/agi/Makefile b/agi/Makefile
index e24587720..bcb7e87fc 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -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