diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-18 18:21:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-18 18:21:40 +0000 |
commit | 8d4926a49371637954330f70ab3d8c87e20ec0bb (patch) | |
tree | 7436e00ec54701ae55eccf8f83b0e16f66f73869 /gnu/usr.bin | |
parent | 979f9e65f538553d57a21106cfeb9d95612b1c3d (diff) |
Put libgcov.a in the same directory as libgcc.a rather than /usr/lib (unlike
FreeBSD).
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/cc/libgcov/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/libgcov/Makefile b/gnu/usr.bin/cc/libgcov/Makefile index c7d577786f4..0d24bf9e822 100644 --- a/gnu/usr.bin/cc/libgcov/Makefile +++ b/gnu/usr.bin/cc/libgcov/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/lib/libgcov/Makefile,v 1.6 2009/06/21 01:54:47 kan Exp $ -# $OpenBSD: Makefile,v 1.1 2013/05/18 18:18:21 miod Exp $ +# $OpenBSD: Makefile,v 1.2 2013/05/18 18:21:39 miod Exp $ .include <bsd.own.mk> @@ -24,6 +24,7 @@ CC=${.CURDIR}/../cc/cc -B ${.CURDIR}/../cc1 .include "${.CURDIR}/../Makefile.ver" LIB= gcov +LIBDIR= /usr/lib/gcc-lib/${GCC_TARGET}/${BASEVER} NOPROFILE= Yes NOPIC= Yes |