summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/build/ChangeLog4
-rwxr-xr-xtools/build/ampolish3.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog
index 740e684c72..85168924a5 100644
--- a/tools/build/ChangeLog
+++ b/tools/build/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * ampolish3.in: Sync with private bleeding-edge .
+
2005-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* ampolish3.in: Use @PERL@, partial update from local sources.
diff --git a/tools/build/ampolish3.in b/tools/build/ampolish3.in
index eb46800d8a..4a5456e53b 100755
--- a/tools/build/ampolish3.in
+++ b/tools/build/ampolish3.in
@@ -148,8 +148,8 @@ foreach my $l ( @buffer2 ) {
push @buffer3,
"$v/$x: $f $v/\$(dirstamp)\n",
"\t\$(INSTALL_PROGRAM) \$< $v/$x\n",
- "PREINSTALL_FILES += $v/$x\n\n";
- $seen{"PREINSTALL_FILES"} = 1;
+ "TMPINSTALL_FILES += $v/$x\n\n";
+ $seen{"TMPINSTALL_FILES"} = 1;
}
} elsif ( $l =~ /^\s*(nodist_|)([a-zA-Z0-9_]*)_LIBRARIES\s*[\+]?\=(.*)$/o )
{