summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-09-01 15:52:10 +0000
committerMark Spencer <markster@digium.com>2003-09-01 15:52:10 +0000
commit03373895c2f70a7b664dc21c5040bff7d8b2ad7a (patch)
tree62d56e4796191b1545eafc70030f8e9a93ac3dcf /Makefile
parent43fdbc4b631cae650335118646900f49c8d00b39 (diff)
Fix Makefile for modules (bug #199)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1454 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 433d05bec..9383bfcb9 100755
--- a/Makefile
+++ b/Makefile
@@ -268,8 +268,8 @@ bininstall: all
rm -f $(ASTSPOOLDIR)/vm; \
fi
ln -s $(ASTSPOOLDIR)/voicemail/default $(ASTSPOOLDIR)/vm
- rm -f $(ASTMODULESDIR)/chan_ixj.so
- rm -f $(ASTMODULESDIR)/chan_tor.so
+ rm -f $(MODULES_DIR)/chan_ixj.so
+ rm -f $(MODULES_DIR)/chan_tor.so
mkdir -p $(ASTVARLIBDIR)/sounds
mkdir -p $(ASTLOGDIR)/cdr-csv
mkdir -p $(ASTVARLIBDIR)/keys