diff options
author | zweije | 2001-07-25 15:36:24 +0000 |
---|---|---|
committer | zweije | 2001-07-25 15:36:24 +0000 |
commit | 91523ca642d565a3bc5a78658b19a0a59d2a434e (patch) | |
tree | fc74bd7c20a1b70f59173a22b576be3174296cd5 | |
parent | put back look-a-head token after class in import list if its not '(' (diff) |
This commit was generated by cvs2svn to compensate for changes in r575,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@576 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 c40637d..698566c 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -6,7 +6,7 @@ COCL = cocl #COCLFLAGS = -lat SYS = Clean\ System\ Files -MODULES = basic pretty pfun graph dnc rule trd rewr complete history spine trace absmodule spine strat loop law coreclean convert supercompile +MODULES = basic pretty pfun graph dnc rule trd rewr complete spine history trace absmodule spine strat loop law coreclean convert supercompile ABC = $(patsubst %,$(SYS)/%.abc,$(MODULES)) |