diff options
author | zweije | 2001-08-29 12:41:35 +0000 |
---|---|---|
committer | zweije | 2001-08-29 12:41:35 +0000 |
commit | edebf05a9eb6764477ce030a8d1a12d72df5cc1a (patch) | |
tree | ffd212d2bfd3af791546da90a7cc1c94617a5004 | |
parent | bug fix: count of let bindings was wrong which caused convertcases to crash (diff) |
This commit was generated by cvs2svn to compensate for changes in r683,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@684 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 e6ee7de..1438f25 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -25,7 +25,7 @@ tags: *.dcl *.icl ../compiler/*.dcl ../compiler/*.icl $(SYS)/%.abc: %.icl $(COCL) $(COCLFLAGS) $* -$(SYS)/supercompile.abc: supercompile.icl supercompile.dcl convert.dcl +$(SYS)/supercompile.abc: supercompile.icl supercompile.dcl convert.dcl newtest.dcl cli.dcl coreclean.dcl basic.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 extract.dcl trace.dcl spine.dcl history.dcl rule.dcl dnc.dcl graph.dcl basic.dcl |