diff options
| author | Daniel Patterson <dbp@riseup.net> | 2012-11-04 23:33:50 -0500 |
|---|---|---|
| committer | Daniel Patterson <dbp@riseup.net> | 2012-11-04 23:33:50 -0500 |
| commit | 0e5d0768df5e82f383013218ebf89c7f8ef4485b (patch) | |
| tree | 9bc33842f2a3ee8a96cc726d41140eff3a07a842 | |
| parent | 849d3ff703be85e64019ad47ec2809da61a8e4f1 (diff) | |
| download | rust-0e5d0768df5e82f383013218ebf89c7f8ef4485b.tar.gz rust-0e5d0768df5e82f383013218ebf89c7f8ef4485b.zip | |
make: change to LIB prefixed for fuzzer, carge, rustdoc, rusti uninstall
| -rw-r--r-- | mk/install.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/install.mk b/mk/install.mk index 780d2cc6f53..abd80dad8b6 100644 --- a/mk/install.mk +++ b/mk/install.mk @@ -101,10 +101,10 @@ uninstall: $(Q)rm -f $(PHB)/rusti$(X) $(Q)rm -f $(PHB)/rustdoc$(X) $(Q)rm -f $(PHL)/$(CFG_RUSTLLVM) - $(Q)rm -f $(PHL)/$(CFG_FUZZER) - $(Q)rm -f $(PHL)/$(CFG_CARGO) - $(Q)rm -f $(PHL)/$(CFG_RUSTDOC) - $(Q)rm -f $(PHL)/$(CFG_RUSTI) + $(Q)rm -f $(PHL)/$(CFG_LIBFUZZER) + $(Q)rm -f $(PHL)/$(CFG_LIBCARGO) + $(Q)rm -f $(PHL)/$(CFG_LIBRUSTDOC) + $(Q)rm -f $(PHL)/$(CFG_LIBRUSTI) $(Q)rm -f $(PHL)/$(CFG_RUNTIME) $(Q)for i in \ $(call HOST_LIB_FROM_HL_GLOB,$(CORELIB_GLOB)) \ |
