summaryrefslogtreecommitdiff
path: root/support/make
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-08-08 08:45:35 +0000
committerpaltherr <paltherr@epfl.ch>2003-08-08 08:45:35 +0000
commit7cef1c5c757676a946e6680312be133427c9ef1b (patch)
tree27828e068fc2bcadc1b5ccc389747f53cc72f778 /support/make
parent3efa683e960abba02444c816423383b8233b0158 (diff)
downloadscala-7cef1c5c757676a946e6680312be133427c9ef1b.tar.gz
scala-7cef1c5c757676a946e6680312be133427c9ef1b.tar.bz2
scala-7cef1c5c757676a946e6680312be133427c9ef1b.zip
- Removed debug echo
Diffstat (limited to 'support/make')
-rw-r--r--support/make/sc.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/make/sc.mk b/support/make/sc.mk
index c2a05a973a..bd8cbe7deb 100644
--- a/support/make/sc.mk
+++ b/support/make/sc.mk
@@ -102,7 +102,6 @@ SC_LOOKUP = $(if $($(target)_$(1)),$($(target)_$(1)),$($(1)))
# Rules
sc :
- echo $(LIBRARY_SC_FILES)
@[ -d "$(sc_OUTPUTDIR)" ] || $(MKDIR) -p "$(sc_OUTPUTDIR)"
$(strip $(sc))