summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Zenger <mzenger@gmail.com>2003-07-13 23:50:48 +0000
committerMatthias Zenger <mzenger@gmail.com>2003-07-13 23:50:48 +0000
commit709b56fe8a23dd5390e1907a56863e6a0dc76812 (patch)
treee31cec6b4df30a0b0ec00ea2268b172a1ee52fde /Makefile
parent3ad0a509fcd5d2befd5ae9d16f7942e04445dae9 (diff)
downloadscala-709b56fe8a23dd5390e1907a56863e6a0dc76812.tar.gz
scala-709b56fe8a23dd5390e1907a56863e6a0dc76812.tar.bz2
scala-709b56fe8a23dd5390e1907a56863e6a0dc76812.zip
Fixed the FJBG_HOME entry; it was not consisten...
Fixed the FJBG_HOME entry; it was not consistent with the other *_HOME entries which refer to the directory where the jar-file is stored. Otherwise installation is a pain for people that do not build scala on the lamp infrastructure.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1865824e3..7f436ec04c 100644
--- a/Makefile
+++ b/Makefile
@@ -137,8 +137,8 @@ BCEL_JARFILE ?= $(BCEL_HOME)/bcel.jar
BCEL_LICENSE = $(BCEL_HOME)/LICENSE
# FJBG
-FJBG_HOME ?= /home/linuxsoft/apps/fjbg/
-FJBG_JARFILE = $(FJBG_HOME)/jars/fjbg.jar
+FJBG_HOME ?= /home/linuxsoft/apps/fjbg/jars
+FJBG_JARFILE = $(FJBG_HOME)/fjbg.jar
# XERCES
XERCES_HOME ?= /home/linuxsoft/apps/xerces/