Skip to content

Commit

Permalink
auto merge of #11459 : tedhorst/rust/uninstall_rustlib, r=alexcrichton
Browse files Browse the repository at this point in the history
Update the uninstall target with the configurable rust lib directory name.

cc @jhasse
  • Loading branch information
bors committed Jan 11, 2014
2 parents a34727f + 0d4c51e commit 8de3813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8de3813

Please sign in to comment.