838,842d837
< # Generate the message to be printed when building the config file.
< def build_config_file_string(target, source, env):
< (variable, value) = [s.get_contents() for s in source]
< return "Defining %s as %s in %s." % (variable, value, target[0])
<
844c839
< config_action = Action(build_config_file, build_config_file_string)
---
> config_action = MakeAction(build_config_file, Transform("CONFIG H", 2))