be careful about mcount.po
This commit is contained in:
parent
f305996e52
commit
2ae7f39161
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.10 1994/05/16 11:01:45 cgd Exp $
|
||||
# $Id: Makefile,v 1.11 1994/05/21 03:22:42 cgd Exp $
|
||||
|
||||
LIB= kern
|
||||
NOPIC=
|
||||
@ -38,4 +38,8 @@ SRCS+= mcount.c
|
||||
|
||||
install:
|
||||
|
||||
# mcount cannot be compiled with profiling
|
||||
mcount.po: mcount.o
|
||||
cp mcount.o mcount.po
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user