From c20a11eb4392604368700045b605ce98744989d0 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Tue, 26 Feb 2008 16:35:06 +0000 Subject: [PATCH] Revert previous abspath change. ...abspath is new in GNU make 3.81. I feel so...defeated. Must find new fix! git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@104135 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- sounds/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sounds/Makefile b/sounds/Makefile index c95223ea4b..a37a4715cd 100644 --- a/sounds/Makefile +++ b/sounds/Makefile @@ -16,8 +16,8 @@ -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/makeopts PWD:=$(shell pwd) -SOUNDS_DIR:=$(abspath $(DESTDIR)$(ASTDATADIR)/sounds) -MOH_DIR:=$(abspath $(DESTDIR)$(ASTDATADIR)/moh) +SOUNDS_DIR:=$(DESTDIR)$(ASTDATADIR)/sounds +MOH_DIR:=$(DESTDIR)$(ASTDATADIR)/moh CORE_SOUNDS_VERSION:=1.4.8 EXTRA_SOUNDS_VERSION:=1.4.7 SOUNDS_URL:=http://downloads.digium.com/pub/telephony/sounds/releases