From owner-cvs-all Wed Apr 3 16:26:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24CB637B420; Wed, 3 Apr 2002 16:26:21 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g340QLB32622; Wed, 3 Apr 2002 16:26:21 -0800 (PST) (envelope-from obrien) Message-Id: <200204040026.g340QLB32622@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 3 Apr 2002 16:26:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc1plus Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/04/03 16:26:21 PST Modified files: gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile gnu/usr.bin/cc/cc1plus Makefile Log: Clean up the YACCing. I don't know why we cannot leave the .y's as .y's. So lets see if doing so causes anyone trouble. Also use make(1)'s assistance in using the right file. It knows the dependency, so lets just ask it. Revision Changes Path 1.20 +3 -5 src/gnu/usr.bin/cc/cc1/Makefile 1.14 +2 -4 src/gnu/usr.bin/cc/cc1obj/Makefile 1.23 +2 -2 src/gnu/usr.bin/cc/cc1plus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message