summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2005-05-18 11:34:59 +0000
committerpaltherr <paltherr@epfl.ch>2005-05-18 11:34:59 +0000
commit12e8a96c2be3f69ecf8223bc112d5d99983a7ce9 (patch)
treee9f44f46d4a03ed0c2103df2517872ef52e2d34d /Makefile
parent0adb68921ab0d072a495d58266a316b0bc18c15e (diff)
downloadscala-12e8a96c2be3f69ecf8223bc112d5d99983a7ce9.tar.gz
scala-12e8a96c2be3f69ecf8223bc112d5d99983a7ce9.tar.bz2
scala-12e8a96c2be3f69ecf8223bc112d5d99983a7ce9.zip
- Changed target $(latest)nsc-sc to always comp...
- Changed target $(latest)nsc-sc to always compile all scala files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e12d7d1889..05aed3db83 100644
--- a/Makefile
+++ b/Makefile
@@ -541,7 +541,8 @@ $(latest)nsc-jc : $(NSC_JC_FILES)
$(TOUCH) $@
$(latest)nsc-sc : $(NSC_SC_FILES)
- @$(make) sc target=NSC NSC_SC_FILES='$?'
+# !!! @$(make) sc target=NSC NSC_SC_FILES='$?'
+ @$(make) sc target=NSC
$(TOUCH) $@
##############################################################################