Skip to content

Commit 59336b8

Browse files
committed
Move config.stamp touch to configure script.
1 parent f904453 commit 59336b8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ Makefile config.mk: config.stamp
439439
config.stamp: $(S)configure $(S)Makefile.in $(S)src/snapshots.txt
440440
@$(call E, cfg: reconfiguring)
441441
$(Q)$(S)configure $(CFG_CONFIGURE_ARGS)
442-
$(Q)touch $@
443442

444443

445444
######################################################################

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,5 +715,6 @@ msg
715715
copy_if_changed ${CFG_SRC_DIR}Makefile.in ./Makefile
716716
move_if_changed config.tmp config.mk
717717
rm -f config.tmp
718+
touch config.stamp
718719

719720
step_msg "complete"

0 commit comments

Comments
 (0)