From b6c8957416cca5b243e86ce556a293b33ecaaaf5 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 20 Mar 1998 07:28:24 +0000 Subject: [PATCH] fix to previous java fix --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2