diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-22 05:34:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-22 05:34:56 +0000 |
commit | f6e9d3853b5ae99ecbec81a30a88d03abce6459d (patch) | |
tree | f70e54282ba1360b3d3080c74decec31e2c17c76 /gnu | |
parent | 8ed9d0ffe7cca394e5e3b3ad1cc0c0e12a47f2b6 (diff) | |
download | FreeBSD-src-f6e9d3853b5ae99ecbec81a30a88d03abce6459d.zip FreeBSD-src-f6e9d3853b5ae99ecbec81a30a88d03abce6459d.tar.gz |
Fix cut-n-paste braino.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 4 |
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) |