Move config.stamp touch to configure script.

This commit is contained in:
Graydon Hoare 2012-03-26 17:58:43 -07:00
parent f904453db2
commit 59336b8acb
2 changed files with 1 additions and 1 deletions

View File

@ -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 $@
######################################################################

1
configure vendored
View File

@ -715,5 +715,6 @@ msg
copy_if_changed ${CFG_SRC_DIR}Makefile.in ./Makefile
move_if_changed config.tmp config.mk
rm -f config.tmp
touch config.stamp
step_msg "complete"