From: Jason Parker Date: Tue, 12 Jul 2011 19:38:44 +0000 (+0000) Subject: Fix uninstall target, so that modules dir gets cleared again. X-Git-Tag: 1.8.6.0-rc1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a97147996794c8cef9ce4602433c08d539f6369e;p=thirdparty%2Fasterisk.git Fix uninstall target, so that modules dir gets cleared again. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@327888 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 9fee917802..37dcaecb04 100644 --- a/Makefile +++ b/Makefile @@ -829,7 +829,7 @@ $(SUBDIRS_UNINSTALL): +@$(SUBMAKE) -C $(@:-uninstall=) uninstall _uninstall: $(SUBDIRS_UNINSTALL) - rm -f "$(DESTDIR)$(MODULES_DIR)/*" + rm -f "$(DESTDIR)$(MODULES_DIR)/"* rm -f $(DESTDIR)$(ASTSBINDIR)/*asterisk* rm -f $(DESTDIR)$(ASTSBINDIR)/astgenkey rm -f $(DESTDIR)$(ASTSBINDIR)/autosupport