We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f904453 commit 59336b8Copy full SHA for 59336b8
Makefile.in
@@ -439,7 +439,6 @@ Makefile config.mk: config.stamp
439
config.stamp: $(S)configure $(S)Makefile.in $(S)src/snapshots.txt
440
@$(call E, cfg: reconfiguring)
441
$(Q)$(S)configure $(CFG_CONFIGURE_ARGS)
442
- $(Q)touch $@
443
444
445
######################################################################
configure
@@ -715,5 +715,6 @@ msg
715
copy_if_changed ${CFG_SRC_DIR}Makefile.in ./Makefile
716
move_if_changed config.tmp config.mk
717
rm -f config.tmp
718
+touch config.stamp
719
720
step_msg "complete"
0 commit comments