Skip to content
Snippets Groups Projects
Commit c6489d7b authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

Correct serious flaw in the top-level Makefile.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@353319 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 92ef8a6f
Branches
Tags
No related merge requests found
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment