From 503ebb39dfb7cd0cb4321c15c5e9daaf4e863588 Mon Sep 17 00:00:00 2001
From: cshapiro <cshapiro>
Date: Mon, 6 Nov 2006 07:44:51 +0000
Subject: [PATCH] Suppress the message displayed when the Depends include does
 not exist.  This situation is normal.

---
 lisp/GNUmakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/GNUmakefile b/lisp/GNUmakefile
index 5be00bd66..5ba005a9b 100644
--- a/lisp/GNUmakefile
+++ b/lisp/GNUmakefile
@@ -1,4 +1,4 @@
-# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.22 2003/08/20 16:53:59 gerd Exp $
+# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.23 2006/11/06 07:44:51 cshapiro Exp $
 
 all: lisp.nm
 
@@ -59,4 +59,4 @@ Depends: ${SRCS}
 	$(DEPEND) ${DEPEND_FLAGS} ${CFLAGS} ${CPPFLAGS} $^ > ,depends
 	mv ,depends Depends
 
-include Depends
+-include Depends
-- 
GitLab