mirror of https://github.com/rust-lang/rust.git
Move config.stamp touch to configure script.
This commit is contained in:
parent
f904453db2
commit
59336b8acb
|
@ -439,7 +439,6 @@ Makefile config.mk: config.stamp
|
|||
config.stamp: $(S)configure $(S)Makefile.in $(S)src/snapshots.txt
|
||||
@$(call E, cfg: reconfiguring)
|
||||
$(Q)$(S)configure $(CFG_CONFIGURE_ARGS)
|
||||
$(Q)touch $@
|
||||
|
||||
|
||||
######################################################################
|
||||
|
|
Loading…
Reference in New Issue