aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-25 02:51:38 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-25 02:51:38 +0000
commit1bfd40e63ddb4698fe8b982e040024374baf5c03 (patch)
treef817d4839616fa610fcae475f0759f393106f387 /Makefile
parent7279c24bfc3f5975d815fa110f512880c151db42 (diff)
Fix makefile for apple
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3064 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2e0898b4c..b6469d32f 100755
--- a/Makefile
+++ b/Makefile
@@ -164,10 +164,8 @@ ifeq (${OSARCH},Linux)
LIBS+=-lresolv #-lnjamd
endif
ifeq (${OSARCH},Darwin)
-ifeq ($(shell uname -r),7.0.0)
LIBS+=-lresolv
endif
-endif
OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \
translate.o file.o say.o pbx.o cli.o md5.o term.o \
ulaw.o alaw.o callerid.o fskmodem.o image.o app.o \