auto merge of #11459 : tedhorst/rust/uninstall_rustlib, r=alexcrichton

Update the uninstall target with the configurable rust lib directory name.

cc @jhasse
This commit is contained in:
bors 2014-01-10 21:36:25 -08:00
commit 8de3813d21
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ uninstall:
; \
do rm -f $$i ; \
done
$(Q)rm -Rf $(PHL)/rustc
$(Q)rm -Rf $(PHL)/$(CFG_RUSTLIBDIR)
$(Q)rm -f $(CFG_MANDIR)/man1/rustc.1
$(Q)rm -f $(CFG_MANDIR)/man1/rustdoc.1
$(Q)rm -f $(CFG_MANDIR)/man1/rusti.1