diff options
author | zweije | 2001-07-25 15:49:16 +0000 |
---|---|---|
committer | zweije | 2001-07-25 15:49:16 +0000 |
commit | 25350477a4532765c39e5f051037a5e79588723b (patch) | |
tree | a601070093dfdc6b6a1ea16899a27b562e661b5c | |
parent | This commit was generated by cvs2svn to compensate for changes in r575, (diff) |
This commit was generated by cvs2svn to compensate for changes in r578,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@579 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 698566c..4237b18 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -17,7 +17,7 @@ clean: rm -Rf errors.err $(SYS) tags: *.dcl *.icl ../compiler/*.dcl ../compiler/*.icl - cleantags $^ >$@ + sh cleantags $^ >$@ %: $(SYS)/%.abc @: |