From owner-cvs-all Sat Mar 2 0:53:40 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 1E59F37B400; Sat, 2 Mar 2002 00:53:37 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g228rb725323; Sat, 2 Mar 2002 00:53:37 -0800 (PST) (envelope-from obrien) Message-Id: <200203020853.g228rb725323@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 2 Mar 2002 00:53:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cc_int 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/03/02 00:53:36 PST Modified files: gnu/usr.bin/cc/cc_tools Makefile gnu/usr.bin/cc/cc_int Makefile Log: Move the creation of the insn-*.c files from cc_tools to cc_int. This gets rid of a cross build problem we have because we build everything in cc_tools during the `make build-tools' (or `make depend') stage. Revision Changes Path 1.27 +11 -3 src/gnu/usr.bin/cc/cc_int/Makefile 1.53 +4 -6 src/gnu/usr.bin/cc/cc_tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message