aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 4c61b4854..4eb932953 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -234,6 +234,8 @@ install: all
for x in $(CHANNEL_LIBS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
if ! [ -f chan_iax.so ]; then rm -f $(DESTDIR)$(MODULES_DIR)/chan_iax.so ; fi
+uninstall:
+
depend: .depend
.depend:
@@ -241,4 +243,3 @@ depend: .depend
env:
env
-