From 687d3d3bc345d65cc141369059e5029e46543b7b Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 20 Nov 2000 09:48:04 -0500 Subject: [svn-r2980] Purpose: Bug fix Description: make reconfigure complained syntax error. Solution: The for loop previous added contained a typo. Replaced $$test with $$sub. Platforms tested: modi4-64. --- config/commence.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/commence.in b/config/commence.in index fa1b649..f90d0eb 100644 --- a/config/commence.in +++ b/config/commence.in @@ -147,8 +147,8 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1) reconfigure: $(MAKEFILE_PARTS) $(STAMP2) -cd $(top_builddir); CONFIG_HEADERS= ./config.status @for sub in @subdirs@ dummy; do \ - if test $$test != dummy; then \ - -cd $$test; $(MAKE) reconfigure; \ + if test $$sub != dummy; then \ + -cd $$sub; $(MAKE) reconfigure; \ fi; \ done; -- cgit v0.12