aboutsummaryrefslogtreecommitdiff
path: root/libjava/gcj
diff options
context:
space:
mode:
authorAndrew John Hughes <ahughes@redhat.com>2009-03-03 17:03:51 +0000
committerAndrew John Hughes <gandalf@gcc.gnu.org>2009-03-03 17:03:51 +0000
commit6eaf85d0018e29f7fed19301d94f2320bed63af2 (patch)
tree60c3b065fa902e4b87279fbf3bfddb96226fa41a /libjava/gcj
parent067dd3c96dbb75465d32f914e72feb49f234dd0a (diff)
Cleanup new JDK directory support in GCJ.
2009-03-03 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Remove dangling src.zip and javac symlinks. Fix java.security symlink to use toolexeclibdir as classpath/resource/Makefile.am does. * Makefile.in, * configure: Regenerated. * configure.ac: Drop hard-coded prefix, thus removing sdk_dir and making jre_dir="jre". Map x86_64 to amd64 as used by OpenJDK. * gcj/Makefile.in, * include/Makefile.in, * testsuite/Makefile.in: Regenerated. From-SVN: r144576
Diffstat (limited to 'libjava/gcj')
-rw-r--r--libjava/gcj/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/gcj/Makefile.in b/libjava/gcj/Makefile.in
index e31f3f1d6e3..220f9b056c9 100644
--- a/libjava/gcj/Makefile.in
+++ b/libjava/gcj/Makefile.in
@@ -241,7 +241,6 @@ PKG_CONFIG = @PKG_CONFIG@
PLATFORM = @PLATFORM@
RANLIB = @RANLIB@
SDK_BIN_DIR = @SDK_BIN_DIR@
-SDK_DIR = @SDK_DIR@
SDK_INCLUDE_DIR = @SDK_INCLUDE_DIR@
SDK_LIB_DIR = @SDK_LIB_DIR@
SDK_LNK = @SDK_LNK@