From owner-freebsd-questions Tue Jul 27 7:45:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.crb-web.com (ns1.crb-web.com [209.70.120.131]) by hub.freebsd.org (Postfix) with SMTP id 1AC6E15023 for ; Tue, 27 Jul 1999 07:45:40 -0700 (PDT) (envelope-from wayne@crb.crb-web.com) Received: (qmail 32608 invoked by uid 1001); 27 Jul 1999 15:09:11 -0000 Date: Tue, 27 Jul 1999 11:09:11 -0400 (EDT) From: Wayne Cuddy Reply-To: wayne@crb-web.com To: FreeBSD Questions Subject: using makedepend Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to use makedepend to create a file to be included by my Makefile which will include the list of dependencies. The problem is that if the file does not exist when I include it from my Makefile I get an error until the file is created. Is there a way to cause make to create the file when I do 'make depend' even if the file does not exist? Thanks, Wayne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message