summaryrefslogtreecommitdiffstats
path: root/tools/update/ampolish
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtools/update/ampolish6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/update/ampolish b/tools/update/ampolish
index af267e8bb9..142be1d671 100755
--- a/tools/update/ampolish
+++ b/tools/update/ampolish
@@ -101,8 +101,6 @@ else { $rtems_top .= "/" ; }
foreach ( @buffer )
{
-# tr /\{\}/\(\)/ ;
-
if ( /^(TMP|PRE)INSTALL_FILES[\s]*=(.*)$/o )
{ # force "+="
push @ibuf, "$1INSTALL_FILES +=$2\n" ;
@@ -150,8 +148,6 @@ else { $rtems_top .= "/" ; }
@buffer = @ibuf ;
}
-# print STDERR "<tmp>\n", @buffer, "</tmp>\n" ;
-
{
my @ibuf = () ;
foreach ( @buffer )
@@ -296,7 +292,7 @@ foreach( @vars )
push @ibuf, "\nAUTOMAKE_OPTIONS = @{$l}\n" ;
if ( "$rtems_cfg" eq "." )
{
- push @ibuf, "ACLOCAL_AMFLAGS = -I \$(RTEMS_TOPdir)/aclocal\n" ;
+ push @ibuf, "ACLOCAL_AMFLAGS = -I ${rtems_top}aclocal\n" ;
}
if ( defined( @{$var_{"\$(VPATH)"}} ) )
{