Paul Smith wrote: >You can write this much more cleanly, like this: > > a b c d: .source_flag > @: > > .source_flag: source > blackbox_generate a b c d > @touch .source_flag
This method appears to suffer from the following limitation: If a b c or d are deleted and the temporary file is left intact, the command to regenerate a b c d will no longer run. Is there a way to cause make to reissue the blackbox_generate command? -- View this message in context: http://www.nabble.com/Multiple-targets-generated-by-one-rule-tf3552693.html#a10646670 Sent from the Gnu - Make - Help mailing list archive at Nabble.com. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
