aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-12-22 05:34:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-12-22 05:34:56 +0000
commit8496474adbf8fd699107c16ee695491a170656d0 (patch)
treefc744c407c0260b48dbcff5171845a6ef9d598c1
parenta3d6eca585e7f223bd8f5d60439ec76d56b22dfe (diff)
Notes
-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 23909bfa18d27..bb2c45ad01be7 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)