summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-25 15:24:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-25 15:24:32 +0000
commitd056c7ecd2c39779e782b75909d473c3d5f4f44c (patch)
tree129777adf5330f483f3e1a1aa10b6129b0fa5b1b /tools/build
parent2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d056c7ecd2c39779e782b75909d473c3d5f4f44c.tar.bz2
2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>
* ampolish3.in: Sync with private bleeding-edge .
Diffstat (limited to 'tools/build')
-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 )
{