summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-07-27 16:39:02 +0000
committerpaltherr <paltherr@epfl.ch>2004-07-27 16:39:02 +0000
commitacde04b2cd6593d6b10ddc700f1364ea70d69ac6 (patch)
tree0f023411b9e2d2cc46254638e62211f6a24dc7ee /Makefile
parent39178d7bfcc5a2466bcf24d88156ee40c7d4d2c9 (diff)
downloadscala-acde04b2cd6593d6b10ddc700f1364ea70d69ac6.tar.gz
scala-acde04b2cd6593d6b10ddc700f1364ea70d69ac6.tar.bz2
scala-acde04b2cd6593d6b10ddc700f1364ea70d69ac6.zip
- Fixed typo (: -> \)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f20e5d4cf..63dfa57429 100644
--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,7 @@ $(LATEST)bootstrap-% :
LIBRARY_SCALAC=$(BOOTSTRAP_SCALAC) \
prefix="bootstrap-" $@;
-boottest-% :
+boottest-% \
$(LATEST)boottest-% :
@$(make) \
INSTALL_PREFIX=$(PROJECT_BOOTTESTDIR) \