]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typo in previous patch: it assumed that builddir != srcdir.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Feb 2005 00:14:04 +0000 (00:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Feb 2005 00:14:04 +0000 (00:14 +0000)
man/Makefile.am

index 92055a277f62b694b9ee4076d01eef69973dc20b..e73e99cdf631a27c444a967374dfb9a0f11afeb3 100644 (file)
@@ -51,7 +51,7 @@ SUFFIXES = .x .1
 
 .x.1:
        @case $* in \
-         */config.*) ;; \
+         config.* | */config.*) ;; \
          *) $(MAKE) $*-bin-prereq $*-tests-prereq;; \
        esac
        echo "Updating man page $@"