Don't grok SOBJS directly -- only refer to the .pico files
This commit is contained in:
parent
9982ebcd51
commit
0623f2fd61
@ -453,7 +453,7 @@ _libinstall:
|
||||
.if !defined(LIBRARIES_ONLY)
|
||||
.include <bsd.nls.mk>
|
||||
.if defined(_COV_FLAG)
|
||||
COV_OBJS= ${SOBJS}
|
||||
COV_OBJS= ${SOBJS:.pico=.o}
|
||||
.include <bsd.cov.mk>
|
||||
.endif
|
||||
.include <bsd.files.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user