From: Kevin P. Fleming Date: Mon, 30 Jan 2012 21:34:52 +0000 (+0000) Subject: Correct serious flaw in the top-level Makefile. X-Git-Tag: 11.0.0-beta1~717 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6489d7b32a124cc3fe818eddae683377e562d05;p=thirdparty%2Fasterisk.git Correct serious flaw in the top-level Makefile. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@353319 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index a2c4fc9c74..9ca498ca1f 100644 --- a/Makefile +++ b/Makefile @@ -892,7 +892,7 @@ uninstall: _uninstall @echo " +-------------------------------------------+" uninstall-all: _uninstall - rm -rf "$(DESTDIR)$(ASTLIBDIR)" + rm -rf "$(DESTDIR)$(ASTMODDIR)" rm -rf "$(DESTDIR)$(ASTVARLIBDIR)" rm -rf "$(DESTDIR)$(ASTDATADIR)" rm -rf "$(DESTDIR)$(ASTSPOOLDIR)"