From 69ea9ac338ad4da7498b774d1854c578d1f2e577 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 1 Oct 1996 03:44:29 +0000 Subject: Don't build config/i386/i386.o in the src/contrib/gcc tree..... :-] --- gnu/usr.bin/cc/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/cc/Makefile.inc') diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index 9536089..c90dcf7 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc,v 1.15 1996/09/19 15:38:01 peter Exp $ +# $Id: Makefile.inc,v 1.16 1996/09/21 14:27:22 peter Exp $ # # Sometimes this is .include'd several times... @@ -11,8 +11,9 @@ BISON?= bison # Machine description. MD_FILE= ${GCCDIR}/config/i386/i386.md -OUT_FILE= ${GCCDIR}/config/i386/i386.c +OUT_FILE= i386.c OUT_OBJ= i386 +.PATH: ${GCCDIR}/config/i386 # Pick aout for now. the elf config is not binary compatable. BINFORMAT= aout -- cgit v1.1