diff options
author | zweije | 2001-09-13 15:19:25 +0000 |
---|---|---|
committer | zweije | 2001-09-13 15:19:25 +0000 |
commit | 8f0022ff24eafc1ed3dba1e2c7579a6246807a78 (patch) | |
tree | 1efd59a22b1b1b41ebbec1ee27337a8239f7e460 /sucl/Makefile | |
parent | Two fixes: (1) error with missing type contexts (diff) |
This commit was generated by cvs2svn to compensate for changes in r782,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@783 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'sucl/Makefile')
-rw-r--r-- | sucl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sucl/Makefile b/sucl/Makefile index 7e8ecf5..19c69c5 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -37,7 +37,7 @@ $(SYS)/coreclean.abc: coreclean.icl coreclean.dcl strat.dcl spine.dcl rule.dcl g $(SYS)/loop.abc: loop.icl loop.dcl strat.dcl trace.dcl spine.dcl history.dcl rewr.dcl rule.dcl graph.dcl pfun.dcl basic.dcl $(SYS)/strat.abc: strat.icl strat.dcl spine.dcl history.dcl rule.dcl dnc.dcl graph.dcl pfun.dcl basic.dcl $(SYS)/absmodule.abc: absmodule.icl absmodule.dcl rule.dcl -$(SYS)/trace.abc: trace.icl trace.dcl spine.dcl history.dcl rule.dcl basic.dcl +$(SYS)/trace.abc: trace.icl trace.dcl spine.dcl history.dcl rule.dcl graph.dcl basic.dcl $(SYS)/spine.abc: spine.icl spine.dcl history.dcl rule.dcl graph.dcl pfun.dcl basic.dcl $(SYS)/history.abc: history.icl history.dcl rule.dcl graph.dcl pfun.dcl basic.dcl $(SYS)/complete.abc: complete.icl complete.dcl graph.dcl |