Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libroken it's make-print-version.lo, not .o



details:   https://anonhg.NetBSD.org/src/rev/fe196200760c
branches:  trunk
changeset: 488076:fe196200760c
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 17 16:41:09 2000 +0000

description:
it's make-print-version.lo, not .o

diffstat:

 lib/libroken/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r db0de82713d9 -r fe196200760c lib/libroken/Makefile
--- a/lib/libroken/Makefile     Sat Jun 17 16:39:19 2000 +0000
+++ b/lib/libroken/Makefile     Sat Jun 17 16:41:09 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/06/17 16:39:19 matt Exp $
+# $NetBSD: Makefile,v 1.4 2000/06/17 16:41:09 matt Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/roken
 .PATH: ${.CURDIR}/../../include/heimdal
@@ -39,6 +39,6 @@
 
 print_version.o print_version.so print_version.po print_version.So print_version.ln: print_version.h
 
-CLEANFILES+= print_version.h make-print-version make-print-version.o
+CLEANFILES+= print_version.h make-print-version make-print-version.lo
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index