diff options
Diffstat (limited to 'java/java-gcj-compat/files/patch-configure')
-rw-r--r-- | java/java-gcj-compat/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/java-gcj-compat/files/patch-configure b/java/java-gcj-compat/files/patch-configure new file mode 100644 index 000000000000..dfb900fcc27a --- /dev/null +++ b/java/java-gcj-compat/files/patch-configure @@ -0,0 +1,11 @@ +--- configure~ Mon Jul 24 18:03:23 2006 ++++ configure Sat Jul 29 12:32:48 2006 +@@ -1996,7 +1996,7 @@ + # special-case gjdoc and make which are not in the GCC tree + GJDOC=`which gjdoc` + +-MAKE=`which make` ++MAKE=`which gmake` + + + # Find gcj prefix using gcj found in PATH. |