Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-09-08 10:51:48 -0700 (Wed, 08 Sep 2004)
Revision: 579
Log message:
Fixed the problem with dependencies like
a.o: a.c
a.o: moo
Also, the syntax wasn't complete for DoubleColon targets
$(EMPTY)foo:: bar
failed. Added the production for this case.
| Changes | Path |
| +2 -0 | omake/src/env/omake_ast_parse.input |
| +3 -1 | omake/src/env/omake_env.ml |