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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c8957416cca5b243e86ce556a293b33ecaaaf5;p=thirdparty%2Fautomake.git fix to previous java fix --- diff --git a/automake.in b/automake.in index 329e699c4..9c1b76310 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.