Tue Aug 5 17:49:54 1997 Tom Tromey <tromey@cygnus.com>
+ * automake.in (handle_yacc_lex_cxx): Fix for makes which don't
+ allow $< in non-suffix rules. From Akim Demaille.
+
* automake.in (value_to_list): If variable name contains configure
substitution, then just ignore it.
foreach $base (sort (keys %de_ansi_files))
{
$output_rules .= $base . "_.c: $base.c\n\t"
- . '$(ANSI2KNR) $< ' . $base . "_.c\n";
+ . '$(ANSI2KNR) ' . $base . '.c ' . $base . "_.c\n";
push (@objects, $base . '_.o');
push (@objects, $base . '_.lo') if $seen_libtool;
}