summaryrefslogtreecommitdiff
path: root/codecs/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-10-25 17:27:53 +0000
committerMark Spencer <markster@digium.com>2003-10-25 17:27:53 +0000
commitb5bcecce5db423b74a1cbb712abff0df9e8a48a3 (patch)
tree3c59050efe9f1710252448db89719f9316e4af20 /codecs/Makefile
parentc6569f51778b186c685d0bfb1781fd20a3d00d83 (diff)
Add DESTDIR support (bug #200)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1664 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/Makefile')
-rwxr-xr-xcodecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index c6bfbe97d..75bcced3c 100755
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -97,7 +97,7 @@ codec_mp3_d.so: codec_mp3_d.o $(LIBMP3)
include .depend
install: all
- for x in $(CODECS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done
+ for x in $(CODECS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
depend: .depend