be careful about mcount.po

This commit is contained in:
cgd 1994-05-21 03:22:42 +00:00
parent f305996e52
commit 2ae7f39161

View File

@ -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>