Makefile: Making the configuration file is `GEN', not `STAMP'.
[distorted-chroot] / Makefile
index a3ff7b6..a6c2179 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -446,7 +446,7 @@ schroot-config_FILE  = $(STATE)/config.sh-$(schroot-config_HASH)
 $(schroot-config_FILE):
        $(V_AT)mkdir -p $(STATE)
        $(V_AT)rm -f $(STATE)/config.sh-*
-       $(call v_tag,STAMP)$(call %print-varlist,$(CONFIG_VARS)) \
+       $(call v_tag,GEN)$(call %print-varlist,$(CONFIG_VARS)) \
                >$@.new && mv $@.new $@
 
 schroot-config:: $(STATE)/config.sh