summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-08-06 14:53:04 +0000
committerpaltherr <paltherr@epfl.ch>2003-08-06 14:53:04 +0000
commit57fdd4109972ddadc83d5dbb23e50993a6359145 (patch)
tree9220c68031663d290dd85cbff250855be254bab6 /Makefile
parent45be55750d9bd0c593033d81414f66e4d6459d4a (diff)
downloadscala-57fdd4109972ddadc83d5dbb23e50993a6359145.tar.gz
scala-57fdd4109972ddadc83d5dbb23e50993a6359145.tar.bz2
scala-57fdd4109972ddadc83d5dbb23e50993a6359145.zip
- Replaced some variables
- Changed some formatting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 27b6842b84..777a438edf 100644
--- a/Makefile
+++ b/Makefile
@@ -287,7 +287,7 @@ $(PROJECT_JAR_ARCHIVE) :
##############################################################################
# Includes
-include $(ROOT)/support/make/jc.mk
-include $(ROOT)/support/make/jar.mk
+include $(PROJECT_SUPPORTDIR)/make/jc.mk
+include $(PROJECT_SUPPORTDIR)/make/jar.mk
##############################################################################