From: Tom Tromey Date: Sun, 11 Aug 1996 18:56:47 +0000 (+0000) Subject: More X-Git-Tag: Release-1-1c~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e10141b1a96a06a7a99faead2a5768cace2a3f1c;p=thirdparty%2Fautomake.git More --- diff --git a/automake.in b/automake.in index c0c74f50c..dcddf0c1d 100755 --- a/automake.in +++ b/automake.in @@ -927,6 +927,11 @@ sub handle_programs { # User didn't define prog_LDADD override. So do it. $output_vars .= $xname . '_LDADD = $(LDADD)' . "\n"; + + # This does a bit too much work. But we need it to + # generate _DEPENDENCIES when appropriate. + &handle_lib_objects ($xname, 'LDADD') + if (&variable_defined ('LDADD')); } # Determine program to use for link.