From 4ef13bdcda317b27b6cb59e7c5d8a9006abb6dc5 Mon Sep 17 00:00:00 2001 From: mogorman Date: Wed, 1 Feb 2006 18:39:41 +0000 Subject: Allows for user to uninstall asterisk binaries bug 6177 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9052 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'funcs/Makefile') diff --git a/funcs/Makefile b/funcs/Makefile index 773594c64..4169e2a15 100644 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -75,6 +75,8 @@ func_odbc.so: func_odbc.o install: all for x in $(FUNCS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done +uninstall: + ifneq ($(wildcard .depend),) include .depend endif -- cgit v1.2.3