From 9d385a2c9c77fd29b8c888c80b5f43b355e0b5e2 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Fri, 14 May 2004 22:59:02 +0000 Subject: [PATCH] be less picky about finding .hdepend --- m4/as-linux.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/as-linux.m4 b/m4/as-linux.m4 index 85426062..f1543bfb 100644 --- a/m4/as-linux.m4 +++ b/m4/as-linux.m4 @@ -355,7 +355,7 @@ AC_DEFUN([AS_LINUX_2_4], dnl we use the correct config file by substituting the MAKEFILES dnl Makefile variable, which originally points to .config - if [[ ! -f "${LINUX_DIR}/.hdepend" ]];then + if [[ ! -e "${LINUX_DIR}/.hdepend" ]];then AC_MSG_ERROR([ You need to run 'make dep' on the kernel source before continuing.]) fi -- 2.26.2