diff options
author | zweije | 2001-08-13 15:48:59 +0000 |
---|---|---|
committer | zweije | 2001-08-13 15:48:59 +0000 |
commit | dae21863dac579ec8c65f8ba91e4a884b3610bb4 (patch) | |
tree | bc50ad652fe6a840e8e14f908c5420350cc62b41 /sucl/Makefile | |
parent | This commit was generated by cvs2svn to compensate for changes in r620, (diff) |
This commit was generated by cvs2svn to compensate for changes in r622,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@623 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'sucl/Makefile')
-rw-r--r-- | sucl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sucl/Makefile b/sucl/Makefile index 79dd004..e6ee7de 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -28,8 +28,8 @@ $(SYS)/%.abc: %.icl $(SYS)/supercompile.abc: supercompile.icl supercompile.dcl convert.dcl $(SYS)/convert.abc: convert.icl convert.dcl coreclean.dcl rule.dcl graph.dcl basic.dcl $(SYS)/newtest.abc: newtest.icl newtest.dcl newfold.dcl cli.dcl canon.dcl coreclean.dcl loop.dcl trace.dcl spine.dcl history.dcl complete.dcl trd.dcl rule.dcl graph.dcl basic.dcl -$(SYS)/newfold.abc: newfold.icl newfold.dcl trace.dcl spine.dcl history.dcl rule.dcl -$(SYS)/extract.abc: extract.icl extract.dcl +$(SYS)/newfold.abc: newfold.icl newfold.dcl extract.dcl trace.dcl spine.dcl history.dcl rule.dcl dnc.dcl graph.dcl basic.dcl +$(SYS)/extract.abc: extract.icl extract.dcl rule.dcl dnc.dcl graph.dcl basic.dcl $(SYS)/cli.abc: cli.icl cli.dcl law.dcl coreclean.dcl strat.dcl absmodule.dcl rule.dcl dnc.dcl graph.dcl basic.dcl $(SYS)/canon.abc: canon.icl canon.dcl rule.dcl graph.dcl basic.dcl $(SYS)/law.abc: law.icl law.dcl coreclean.dcl strat.dcl spine.dcl rule.dcl dnc.dcl graph.dcl basic.dcl |