From acd724f62a7599bec3e40cdc5a02f961f64358d3 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 29 Jan 2007 18:46:34 +0000 Subject: configure, [...]: Rebuilt. * configure, Makefile.in: Rebuilt. * Makefile.am (bin_SCRIPTS): Never install scripts/jar. * configure.ac (BASH_JAR): Removed conditional. (JAR): Prefer the jar found by AC_CHECK_PROGS. From-SVN: r121301 --- libjava/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libjava/Makefile.am') diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 6045595..ccff51b 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -95,10 +95,6 @@ endif ## Compilers and compilation flags. ## -if BASH_JAR -bin_SCRIPTS += scripts/jar -endif - ## The compiler with whatever flags we want for both -c and -C ## compiles. GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8 -Wno-deprecated -- cgit v1.1