Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-11-23 10:25:31 -0800 (Sun, 23 Nov 2003)
Revision: 284
Log message:
Added :effects: modifier. This fixes the problem with .ppo/.prlb fixpoint.
%.ppo %.cmoz: %.ml $(CAMLP4N) :optional: %.prla :effects: %.prlb
$(CAMLP4NC) $(CAMLP4NFLAGS) -o $*.ppo $<
The :effects: files are considered as side-effects of the rule, but
they are not targets. A rule is considered out-of-date if the targets,
effects, or sources are out-of-date, or the command text changes.