mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Allows for user to uninstall asterisk binaries
bug 6177 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user