Corrected typo
authoraland <aland>
Sat, 28 Jul 2001 17:57:41 +0000 (17:57 +0000)
committeraland <aland>
Sat, 28 Jul 2001 17:57:41 +0000 (17:57 +0000)
src/modules/rules.mak

index e594e7b..ffb8821 100644 (file)
@@ -142,7 +142,7 @@ distclean: clean
        @test -f Makefile.in && rm -f Makefile
 
 reconfig:
-       @[ "x$(AUTOCONF)" != "x" ] && [ -f ./configure.in] && $(AUTOCONF) -l ../../..
+       @[ "x$(AUTOCONF)" != "x" ] && [ -f ./configure.in ] && $(AUTOCONF) -l ../../..
 
 #
 #  Do any module-specific installation.