diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-12-15 00:58:27 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-12-24 19:59:54 -0800 |
| commit | 04c446b4b66068a6742d29cd34326e520373f83e (patch) | |
| tree | 798cc1c13948e18e9b1bf915a7facbb7878e5585 | |
| parent | e121d7556cc577c7a89acb3a609fcafcc8fc9204 (diff) | |
make: Don't have libsyntax depend on librustuv
It doesn't actually and we can get better incremental build times for modifications to librustuv if libsyntax/librustc don't need to get rebuilt
| -rw-r--r-- | mk/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/target.mk b/mk/target.mk index db8488f792f..64bc6ab3afd 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -125,7 +125,6 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_LIBSYNTAX_$(3)): \ $$(TSREQ$(1)_T_$(2)_H_$(3)) \ $$(TSTDLIB_DEFAULT$(1)_T_$(2)_H_$(3)) \ $$(TEXTRALIB_DEFAULT$(1)_T_$(2)_H_$(3)) \ - $$(TLIBRUSTUV_DEFAULT$(1)_T_$(2)_H_$(3)) \ | $$(TLIB$(1)_T_$(2)_H_$(3))/ @$$(call E, compile_and_link: $$@) $$(call REMOVE_ALL_OLD_GLOB_MATCHES_EXCEPT,$$(dir $$@),$(LIBSYNTAX_GLOB_$(2)),$$(notdir $$@)) |
