aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-12 19:39:04 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-12 19:39:04 +0000
commit8af76f640fdb4ce9de93fb02beaf07b5cdf7a463 (patch)
tree7f817e34b71ac40c896cf0ae9833937028814eb4
parentb7bcb3bd7a67cb9e1341c35fe13a1838b9c170af (diff)
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: http://svn.digium.com/svn/asterisk/trunk@327889 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85149c94a..fda715702 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