fix to previous java fix
authorTom Tromey <tromey@redhat.com>
Fri, 20 Mar 1998 07:28:24 +0000 (07:28 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 20 Mar 1998 07:28:24 +0000 (07:28 +0000)
automake.in

index 329e699..9c1b763 100755 (executable)
@@ -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.