From d156f9f50049349fa36f0c62d761a9e7eedac18b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 4 Feb 2001 04:03:07 +0000 Subject: [PATCH] 2000-12-29 Derek Price * automake.in (handle_dependencies): Switched the DEP_FILES definition to be conditional on @AMDEP@. --- ChangeLog | 5 +++++ automake.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e58cccc5..bfac8b71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-29 Derek Price + + * automake.in (handle_dependencies): Switched the DEP_FILES + definition to be conditional on @AMDEP@. + 2001-02-03 Ville Laurikari * depcomp (aix): New side-effect dependency tracking mode, for diff --git a/automake.in b/automake.in index dcfb6e66..a5fe8246 100755 --- a/automake.in +++ b/automake.in @@ -3075,7 +3075,10 @@ sub handle_dependencies 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 -- 2.43.5