From e372405047bd0db52c2755a47bb1dd3756022973 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Sat, 28 Jun 2003 04:46:45 +0000 Subject: [PATCH] - Fix a typo. PR: bin/53864 Submitted by: Lukas Ertl Approved by: jeff (mentor) --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 488d8fe7414d..26367abf91c2 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -94,7 +94,7 @@ SUBDIR+= etc # rebuilt before you do them. .if defined(LOCAL_DIRS) .for _DIR in ${LOCAL_DIRS} -.if exists(${.CURDIR}/${_DIR}) & exists(${.CURDIR}/${_DIR}/Makefile) +.if exists(${.CURDIR}/${_DIR}) && exists(${.CURDIR}/${_DIR}/Makefile) SUBDIR+= ${_DIR} .endif .endfor