From 072e8e5d6e2316ac2f8fdf7fbffe5388b981e882 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 24 Oct 2005 20:45:01 +0000 Subject: 2005-10-24 Ralf Corsepius * ampolish3.in: Use @PERL@, partial update from local sources. --- tools/build/ChangeLog | 4 ++++ tools/build/ampolish3.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'tools/build') diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog index 97220c04e1..740e684c72 100644 --- a/tools/build/ChangeLog +++ b/tools/build/ChangeLog @@ -1,3 +1,7 @@ +2005-10-24 Ralf Corsepius + + * ampolish3.in: Use @PERL@, partial update from local sources. + 2005-10-24 Ralf Corsepius * configure.ac: Add ampolish3. diff --git a/tools/build/ampolish3.in b/tools/build/ampolish3.in index b65e649255..eb46800d8a 100755 --- a/tools/build/ampolish3.in +++ b/tools/build/ampolish3.in @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#! @PERL@ -w # Helper script to generate pre/tmpinstall rules for cpukit Makefile.am. # @@ -68,7 +68,7 @@ foreach my $l ( @buffer1 ) { $dirmap{"\$\($1\)"} = replace($2); } elsif ( $l =~ /^\s*noinst_(.*)\s*[\+]?\=(.*)$/o ) { #ignore: noinst_* are not relevant here. - } elsif ( $l =~ /^\s*(nodist_|dist_|)(project_|)(include)_(HEADERS)\s*\=(.*)/o ) + } elsif ( $l =~ /^\s*(nodist_|dist_|)(project_|)(include|lib)_(HEADERS|LIBRARIES)\s*\=(.*)/o ) { push @buffer2, "$3dir = \$($3dir)\n"; push @buffer2, "$l"; -- cgit v1.2.3