Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/flex/lib Debugging libraries require MKDEBUGLIB...
details: https://anonhg.NetBSD.org/src/rev/408a3962004d
branches: trunk
changeset: 748586:408a3962004d
user: njoly <njoly%NetBSD.org@localhost>
date: Wed Oct 28 11:20:07 2009 +0000
description:
Debugging libraries require MKDEBUGLIB not MKDEBUG.
diffstat:
external/bsd/flex/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3f3600ffa4e0 -r 408a3962004d external/bsd/flex/lib/Makefile
--- a/external/bsd/flex/lib/Makefile Wed Oct 28 06:23:29 2009 +0000
+++ b/external/bsd/flex/lib/Makefile Wed Oct 28 11:20:07 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/10/26 00:49:04 christos Exp $
+# $NetBSD: Makefile,v 1.2 2009/10/28 11:20:07 njoly Exp $
NOPIC= # defined
@@ -17,7 +17,7 @@
LINKS+= ${LIBDIR}/libl_p.a ${LIBDIR}/libfl_p.a
.endif
-.if ${MKDEBUG} != "no"
+.if ${MKDEBUGLIB} != "no"
LINKS+= ${LIBDIR}/libl_g.a ${LIBDIR}/libfl_g.a
.endif
Home |
Main Index |
Thread Index |
Old Index