Hello!
Maybe you forget replace:
"dependency file" -> "prerequisite"
"multiple dependencies" -> "multiple prerequisities"
here:
-- ( from Make 3.79 manual )
When using GNU make, relying on `VPATH' to find the source file will work in
the case where there i
Hello!
>From manual:
-
Here is the syntax of a static pattern rule:
targets ...: target-pattern: dep-patterns ...
commands
...
-
I think "dep-patterns" need
Hello!
I think where is error:
"Note, however, that the `F' variants all omit the trailing slash which
always appears in the output of the dir function."
Must be "Note, however, that the `D' variants all omit the trailing slash
which always appears in the output of the dir function."