From: Tom Tromey Date: Fri, 20 Mar 1998 07:28:24 +0000 (+0000) Subject: fix to previous java fix X-Git-Tag: Release-1-2h~17 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=21f2a3d370ee7ec86fad7a898cb82504830c3f56;p=automake.git fix to previous java fix --- diff --git a/automake.in b/automake.in index 329e699c..9c1b7631 100755 --- a/automake.in +++ b/automake.in @@ -3913,7 +3913,7 @@ sub handle_java . "\t" . 'echo timestamp > class' . $dir . '.stamp' . "\n"); push (@all, 'class' . $dir . '.stamp'); - &push_dist_common ($dir . '_JAVA'); + &push_dist_common ('$(' . $dir . '_JAVA)'); } # Handle some of the minor options.