%% Manoj Srivastava <[EMAIL PROTECTED]> writes:
ms> I have always thought that a normal (non-pattern) rule with
ms> multiple targets gets run multiple times, once per each target
ms> that is out of date.
That's correct.
ms> MODULES := Blah Bleh
ms> SOURCES := $(addsuffix .sml,$(MODULES
On 10 Nov 2003, Manoj Srivastava wrote:
>
> Surprise #3: refactor like this
>
> $(TEX) : junk
>
> junk: $(SOURCES)
> ./bin/plit -n $(SOURCES)
>
> touch Blah.sml. Now make modules.tex runs the last rule (once), but
> not the first rule (for modules.tex itself), even though it clearly is
> out
Hi,
[Please retain the CC to [EMAIL PROTECTED]
so that the Debian Bug Tracking system can record your
input]
This has been reported by a debian user.
Package: make
Version: 3.80-4
I have always thought that a normal (non-pattern) rule with multiple
targets gets run mul