]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix makefile for apple
authorMark Spencer <markster@digium.com>
Tue, 25 May 2004 02:51:38 +0000 (02:51 +0000)
committerMark Spencer <markster@digium.com>
Tue, 25 May 2004 02:51:38 +0000 (02:51 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3064 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 2e0898b4c390de3ffe1f65ea3f05ece150ff12f5..b6469d32f9953c8ca2e8f07fffd193a64f8cf6a0 100755 (executable)
--- 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 \