From: Jason Parker Date: Tue, 12 Jul 2011 19:39:04 +0000 (+0000) Subject: Merged revisions 327888 via svnmerge from X-Git-Tag: 11.0.0-beta1~1361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=881d139b84eb7f7627db150c0c58c7e69e9e1b31;p=thirdparty%2Fasterisk.git Merged revisions 327888 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r327888 | qwell | 2011-07-12 14:38:44 -0500 (Tue, 12 Jul 2011) | 1 line Fix uninstall target, so that modules dir gets cleared again. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@327889 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 85149c94ab..fda715702f 100644 --- a/Makefile +++ b/Makefile @@ -844,7 +844,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