From 257b4b3851729517ae2959c58ceded21b71f470f Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 29 Apr 2000 23:39:16 +0000 Subject: Fix a typo. This will be in the next release of automake as it is already in their CVS repository. PR: 18069 Submitted by: Joe Jih-Shien Lu --- devel/automake15/files/patch-ac | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'devel/automake15') diff --git a/devel/automake15/files/patch-ac b/devel/automake15/files/patch-ac index 8888fcd6451d..1b03190e88b0 100644 --- a/devel/automake15/files/patch-ac +++ b/devel/automake15/files/patch-ac @@ -1,5 +1,14 @@ ---- automake.in.orig Wed Nov 24 16:04:56 1999 -+++ automake.in Wed Nov 24 16:07:15 1999 +--- automake.in Fri Jan 15 14:42:36 1999 ++++ automake.in Tue Apr 18 09:10:36 2000 +@@ -2367,7 +2367,7 @@ + $output_rules .= "\t d=\$(srcdir); \\\n"; + } + $output_rules .= ("\t if test -d \$\$d/\$\$file; then \\\n" +- . "\t cp -pr \$\$/\$\$file \$(distdir)/\$\$file; \\\n" ++ . "\t cp -pr \$\$d/\$\$file \$(distdir)/\$\$file; \\\n" + . "\t else \\\n" + . "\t test -f \$(distdir)/\$\$file \\\n" + . "\t || ln \$\$d/\$\$file \$(distdir)/\$\$file 2> /dev/null \\\n" @@ -6907,7 +6907,7 @@ $trailer = "; error while making link: $!\n"; } -- cgit v1.2.3