From 9f4868cea9c37ff42c0c01dd217c6710a6dda2aa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 13:57:02 +0000 Subject: Miscellaneous patches from Ralf Corsepius that are part of the Makefile.am conversion effort but were missed in the previous commits. --- tools/update/ampolish | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tools/update/ampolish') diff --git a/tools/update/ampolish b/tools/update/ampolish index 1fb5c3341f..265a3bc76c 100755 --- a/tools/update/ampolish +++ b/tools/update/ampolish @@ -84,7 +84,14 @@ while( <> ) } elsif ( /^[\s\t]*include[\s\t]*\$\(top_srcdir\)[\.\/]*automake\/(.*)\.am$/o ) { - # remove the line + if ( "$1" eq "lib" ) + { + print "include \$(top_srcdir)/${rtems_top}automake/$1.am\n" ; + } + } + elsif ( /^[\s\t]*include[\s\t]*\$\(RTEMS_ROOT\)\/make\/lib.cfg$/o ) + { + print "include \$(top_srcdir)/${rtems_top}automake/lib.am\n" ; } elsif ( /^[\s\t]*SUBDIRS.*$/o ) { -- cgit v1.2.3