Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/stand/mkboot this is a HOSTPROG; no need to s...



details:   https://anonhg.NetBSD.org/src/rev/195fc6015503
branches:  trunk
changeset: 538623:195fc6015503
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Oct 23 14:22:38 2002 +0000

description:
this is a HOSTPROG; no need to set LDSTATIC=-static

diffstat:

 sys/arch/hp300/stand/mkboot/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r af5cf52c03f2 -r 195fc6015503 sys/arch/hp300/stand/mkboot/Makefile
--- a/sys/arch/hp300/stand/mkboot/Makefile      Wed Oct 23 13:37:05 2002 +0000
+++ b/sys/arch/hp300/stand/mkboot/Makefile      Wed Oct 23 14:22:38 2002 +0000
@@ -1,10 +1,8 @@
-#      $NetBSD: Makefile,v 1.8 2002/08/27 08:53:15 lukem Exp $
+#      $NetBSD: Makefile,v 1.9 2002/10/23 14:22:38 lukem Exp $
 
 NOMAN=         # defined
 
 HOSTPROG=      mkboot
 SRCS=          mkboot.c
 
-LDSTATIC=      -static
-
 .include <bsd.hostprog.mk>



Home | Main Index | Thread Index | Old Index