%% Brian Minard <[EMAIL PROTECTED]> writes:
a bm> In section 4.8 of the manual, it says that writing multiple
bm> targets in a rule is the same as writing the rule multiple times.
bm> That is, the following are equivalent.
bm> a b: c # rule 1
bm> touch $@
bm> and
bm> a : c
bm>
Hi,
I am using GNU Make V3.79.1 on FreeBSD 4.0 on an Intel Pentium II. I am
using the GNU Make manual for GNU Make 3.77 but think that the problem I am
having is unlikely to have changed between these versions of make.
In section 4.8 of the manual, it says that writing multiple targets in a
rul