Module Name:    src
Committed By:   njoly
Date:           Wed Oct 28 11:20:08 UTC 2009

Modified Files:
        src/external/bsd/flex/lib: Makefile

Log Message:
Debugging libraries require MKDEBUGLIB not MKDEBUG.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/flex/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/flex/lib/Makefile
diff -u src/external/bsd/flex/lib/Makefile:1.1 src/external/bsd/flex/lib/Makefile:1.2
--- src/external/bsd/flex/lib/Makefile:1.1	Mon Oct 26 00:49:04 2009
+++ src/external/bsd/flex/lib/Makefile	Wed Oct 28 11:20:07 2009
@@ -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
 

Reply via email to