patches/ppl/0.11.2/100-fix-java-test-vs-enabled-shared.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
anthony@2462
     1
commit 25bb77587944768581225d1c0048facab32cf019
anthony@2462
     2
Author: Roberto Bagnara <bagnara@cs.unipr.it>
anthony@2462
     3
Date:   Wed May 18 09:35:36 2011 +0200
anthony@2462
     4
anthony@2462
     5
    Moved misplaced conditional.
anthony@2462
     6
anthony@2462
     7
diff --git a/interfaces/Java/tests/Makefile.am b/interfaces/Java/tests/Makefile.am
anthony@2462
     8
index 64ba864..607bbc6 100644
anthony@2462
     9
--- a/interfaces/Java/tests/Makefile.am
anthony@2462
    10
+++ b/interfaces/Java/tests/Makefile.am
anthony@2462
    11
@@ -51,6 +51,8 @@ Parma_Polyhedra_Library_test2.java \
anthony@2462
    12
 PPL_Test.java \
anthony@2462
    13
 ppl_java_tests_common
anthony@2462
    14
 
anthony@2462
    15
+if ENABLE_SHARED
anthony@2462
    16
+
anthony@2462
    17
 check_JAVA = \
anthony@2462
    18
 ppl_java_generated_tests.java \
anthony@2462
    19
 Test_Executor.java \
anthony@2462
    20
@@ -62,8 +64,6 @@ Parma_Polyhedra_Library_test1.java \
anthony@2462
    21
 Parma_Polyhedra_Library_test2.java \
anthony@2462
    22
 PPL_Test.java
anthony@2462
    23
 
anthony@2462
    24
-if ENABLE_SHARED
anthony@2462
    25
-
anthony@2462
    26
 CLASSPATH = ../ppl_java.jar:.
anthony@2462
    27
 JAVACFLAGS = -classpath $(CLASSPATH)
anthony@2462
    28