Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ldd/ldd_elf Use LDSTATIC, not LDFLAGS.
details: https://anonhg.NetBSD.org/src/rev/4996538ed44d
branches: trunk
changeset: 482725:4996538ed44d
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sun Feb 20 07:14:13 2000 +0000
description:
Use LDSTATIC, not LDFLAGS.
diffstat:
usr.bin/ldd/ldd_elf/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 080f699773a0 -r 4996538ed44d usr.bin/ldd/ldd_elf/Makefile
--- a/usr.bin/ldd/ldd_elf/Makefile Sun Feb 20 07:02:48 2000 +0000
+++ b/usr.bin/ldd/ldd_elf/Makefile Sun Feb 20 07:14:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/07/06 08:04:31 thorpej Exp $
+# $NetBSD: Makefile,v 1.10 2000/02/20 07:14:13 mycroft Exp $
PROG= ldd
SRCS= ldd.c \
@@ -21,7 +21,7 @@
CPPFLAGS+= -D_RTLD_SOURCE
.PATH: ${LDELFSO}
-LDFLAGS+= -static
+LDSTATIC?= -static
.include <bsd.prog.mk>
- Prev by Date:
[src/trunk]: src/distrib/sets/lists Move c++filt, gcov, nm, objdump, tsort, u...
- Next by Date:
[src/trunk]: src/distrib/sets/lists Move addr2line, size and strings to comp.
- Previous by Thread:
[src/trunk]: src/distrib/sets/lists Move c++filt, gcov, nm, objdump, tsort, u...
- Next by Thread:
[src/trunk]: src/distrib/sets/lists Move addr2line, size and strings to comp.
- Indexes:
Home |
Main Index |
Thread Index |
Old Index