diff options
author | zweije | 2001-07-10 15:03:44 +0000 |
---|---|---|
committer | zweije | 2001-07-10 15:03:44 +0000 |
commit | 59767858e736cd5efd06a7ff2393a3e1023fa0b0 (patch) | |
tree | a715432094ef4eaf7c3d5694230924ebf57334fa | |
parent | This commit was generated by cvs2svn to compensate for changes in r528, (diff) |
This commit was generated by cvs2svn to compensate for changes in r530,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@531 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | sucl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sucl/Makefile b/sucl/Makefile index 1b1e8e7..6f7f125 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -23,7 +23,7 @@ $(SYS)/%.abc: %.icl $(COCL) $(COCLFLAGS) $* $(SYS)/supercompile.abc: supercompile.icl supercompile.dcl -$(SYS)/convert.abc: convert.icl convert.dcl rule.dcl +$(SYS)/convert.abc: convert.icl convert.dcl coreclean.dcl rule.dcl $(SYS)/coreclean.abc: coreclean.icl coreclean.dcl $(SYS)/law.abc: law.icl law.dcl $(SYS)/loop.abc: loop.icl loop.dcl trace.dcl strat.dcl history.dcl rule.dcl graph.dcl basic.dcl |