Source-Changes-HG archive

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

[src/trunk]: src/lib/librumphijack comment out DBG and NOGCCERROR, use proper...



details:   https://anonhg.NetBSD.org/src/rev/011936943df9
branches:  trunk
changeset: 761010:011936943df9
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 18 19:53:23 2011 +0000

description:
comment out DBG and NOGCCERROR, use proper LIBDPLIBS form

diffstat:

 lib/librumphijack/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 97eb78964585 -r 011936943df9 lib/librumphijack/Makefile
--- a/lib/librumphijack/Makefile        Tue Jan 18 19:52:23 2011 +0000
+++ b/lib/librumphijack/Makefile        Tue Jan 18 19:53:23 2011 +0000
@@ -1,16 +1,16 @@
-#      $NetBSD: Makefile,v 1.2 2011/01/18 15:00:22 pooka Exp $
+#      $NetBSD: Makefile,v 1.3 2011/01/18 19:53:23 pooka Exp $
 #
 
 LIB=           rumphijack
 NOSTATICLIB=   dlfun
 NOPROFILE=     dlfun
-LIBDPLIBS+=    pthread /usr/lib
+LIBDPLIBS+=    pthread ${.CURDIR}/../libpthread
 
 SRCS=          hijack.c
 
 CPPFLAGS+=     -D_DIAGNOSTIC -D_REENTRANT
 
-DBG=-g
-NOGCCERROR=1
+#DBG=-g
+#NOGCCERROR=1
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index