From owner-cvs-all@FreeBSD.ORG Thu Sep 9 20:47:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 645F316A4CE; Thu, 9 Sep 2004 20:47:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4278E43D58; Thu, 9 Sep 2004 20:47:58 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i89KlwwK025725; Thu, 9 Sep 2004 20:47:58 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i89Klw5P025724; Thu, 9 Sep 2004 20:47:58 GMT (envelope-from obrien) Message-Id: <200409092047.i89Klw5P025724@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 9 Sep 2004 20:47:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/csu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 20:47:58 -0000 obrien 2004-09-09 20:47:58 UTC FreeBSD src repository Modified files: gnu/lib/csu Makefile Log: Add the .h files to the .o dependency lists so the .h's are created before trying to build the .o's. Revision Changes Path 1.23 +2 -2 src/gnu/lib/csu/Makefile