summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/Makefile.inc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-22 05:34:56 +0000
committerobrien <obrien@FreeBSD.org>1999-12-22 05:34:56 +0000
commitf6e9d3853b5ae99ecbec81a30a88d03abce6459d (patch)
treef70e54282ba1360b3d3080c74decec31e2c17c76 /gnu/usr.bin/cc/Makefile.inc
parent8ed9d0ffe7cca394e5e3b3ad1cc0c0e12a47f2b6 (diff)
downloadFreeBSD-src-f6e9d3853b5ae99ecbec81a30a88d03abce6459d.zip
FreeBSD-src-f6e9d3853b5ae99ecbec81a30a88d03abce6459d.tar.gz
Fix cut-n-paste braino.
Diffstat (limited to 'gnu/usr.bin/cc/Makefile.inc')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 23909bf..bb2c45a 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -59,9 +59,9 @@ LIBCC_DRV= ${.CURDIR}/../cc_drv/libcc_drv.a
.endif
.if exists(${.OBJDIR}/../cc_fbsd)
-LIBCC_FBSD= ${.OBJDIR}/../cc_fbsd/libcc_drv.a
+LIBCC_FBSD= ${.OBJDIR}/../cc_fbsd/libcc_fbsd.a
.else
-LIBCC_FBSD= ${.CURDIR}/../cc_fbsd/libcc_drv.a
+LIBCC_FBSD= ${.CURDIR}/../cc_fbsd/libcc_fbsd.a
.endif
.if exists(${.OBJDIR}/../cc_int)
OpenPOWER on IntegriCloud