1efe97dd4f
-- Ok'd by: espie@
12 lines
374 B
Plaintext
12 lines
374 B
Plaintext
--- automake.in.orig Thu May 10 12:27:15 2001
|
|
+++ automake.in Thu May 10 12:28:28 2001
|
|
@@ -1969,7 +1969,7 @@ sub handle_texinfo
|
|
# dependency list.
|
|
@texi_deps = ();
|
|
push (@texi_deps, $info_cursor);
|
|
- push (@texi_deps, $vtexi) if $vtexi;
|
|
+ push (@texi_deps, '$(srcdir)/'.$vtexi) if $vtexi;
|
|
|
|
# Canonicalize name first.
|
|
($canonical = $infobase) =~ tr/A-Za-z0-9_/_/c;
|