Merged revisions 333268 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/10

................
  r333268 | qwell | 2011-08-25 14:01:18 -0500 (Thu, 25 Aug 2011) | 9 lines
  
  Merged revisions 333267 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.8
  
  ........
    r333267 | qwell | 2011-08-25 14:00:55 -0500 (Thu, 25 Aug 2011) | 2 lines
    
    Fix for DESTDIR spaces patch.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@333269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker 2011-08-25 19:01:39 +00:00
parent 00a8f14fb1
commit d1a46d2e7a
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ _uninstall: $(SUBDIRS_UNINSTALL)
rm -f "$(DESTDIR)$(ASTMANDIR)/man8/safe_asterisk.8"
$(MAKE) -C sounds uninstall
uninstall: preinstall_spaces _uninstall postinstall_spaces
uninstall: _uninstall
@echo " +--------- Asterisk Uninstall Complete -----+"
@echo " + Asterisk binaries, sounds, man pages, +"
@echo " + headers, modules, and firmware builds, +"