]> sourceware.org Git - automake.git/commitdiff
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 329e699c469c18f4eb67f11e3f5f64df0e4e5cca..9c1b763103e804864a8217a6db31969ad9c90b18 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.
This page took 0.039965 seconds and 5 git commands to generate.