Is there a more elegant way to conditionally (i.e. based on a make target or make variable) force a target to be re-built using the original rules in place for that target than: .ifmake force force: target: .EXEC .endif target: source ... ... ?