summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-10-01 03:44:29 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-10-01 03:44:29 +0000
commita4136bfcfc2fbd4dd692269e4b83bdbcc10c28e1 (patch)
tree91892d931b25c085a4ad293e76858ca5506d94a0 /gnu/usr.bin/cc
parent673e9600897241fb65974f6916b702e2322f87f8 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 95360898cbd8..c90dcf7d6526 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