summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-11-18 09:26:12 +0000
committerpaltherr <paltherr@epfl.ch>2004-11-18 09:26:12 +0000
commita8731f5c35c605db1feeef4d5e9caba437d798f2 (patch)
tree7bde583120f0e38b3b717b2584567271aea8ae34 /Makefile
parent4bd7cf5b63b1be5da392018e95e08f704043471f (diff)
downloadscala-a8731f5c35c605db1feeef4d5e9caba437d798f2.tar.gz
scala-a8731f5c35c605db1feeef4d5e9caba437d798f2.tar.bz2
scala-a8731f5c35c605db1feeef4d5e9caba437d798f2.zip
- Replaced Function*.java by Function*.scala
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 114271a4fe..8782f403d9 100644
--- a/Makefile
+++ b/Makefile
@@ -677,9 +677,9 @@ endif
##############################################################################
# Targets - template expansion
-# generation of Function<n>.java
-FUNCTION_FILES += $(filter $(LIBRARY_ROOT)/Function%.java,$(LIBRARY_SOURCES))
-FUNCTION_TEMPLATE = $(LIBRARY_ROOT)/Function.java.tmpl
+# generation of Function<n>.scala
+FUNCTION_FILES += $(filter $(LIBRARY_ROOT)/Function%.scala,$(LIBRARY_SOURCES))
+FUNCTION_TEMPLATE = $(LIBRARY_ROOT)/Function.scala.tmpl
# generation of Tuple<n>.scala
TUPLE_FILES += $(filter $(LIBRARY_ROOT)/Tuple%.scala,$(LIBRARY_SOURCES))