* automake.in (handle_dependencies): Switched the DEP_FILES
definition to be conditional on @AMDEP@.
+2000-12-29 Derek Price <derek.price@openavenue.com>
+
+ * automake.in (handle_dependencies): Switched the DEP_FILES
+ definition to be conditional on @AMDEP@.
+
2001-02-03 Ville Laurikari <vlaurika@hutcs.cs.hut.fi>
* depcomp (aix): New side-effect dependency tracking mode, for
local ($iter);
local (@deplist) = sort keys %dep_files;
- &define_pretty_variable ('DEP_FILES', '', ("\@AMDEP\@", @deplist));
+ # We define this as a conditional variable because BSD
+ # make can't handle backslashes for continuing comments on
+ # the following line.
+ &define_pretty_variable ('DEP_FILES', "\@AMDEP\@", @deplist);
# Generate each `include' individually. Irix 6 make will
# not properly include several files resulting from a