From 00f553ed0c395d00926d721893a6d46eadcb1bf1 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 30 Sep 2003 03:49:09 +0000 Subject: [PATCH] Stop this warning: "Makefile", line 35: warning: "grep DDB opt_ddb.h" returned non-zero status --- sys/conf/Makefile.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64 index 8887992534d2..b218b2b95ff1 100644 --- a/sys/conf/Makefile.amd64 +++ b/sys/conf/Makefile.amd64 @@ -31,7 +31,7 @@ S= ../../.. .endif .include "$S/conf/kern.pre.mk" -DDB_ENABLED!= grep DDB opt_ddb.h +DDB_ENABLED!= grep DDB opt_ddb.h || true .if ${DDB_ENABLED} != "" CFLAGS+= -fno-omit-frame-pointer .endif