Module Name:    src
Committed By:   pooka
Date:           Tue Jan 18 19:53:24 UTC 2011

Modified Files:
        src/lib/librumphijack: Makefile

Log Message:
comment out DBG and NOGCCERROR, use proper LIBDPLIBS form


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/librumphijack/Makefile

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

Modified files:

Index: src/lib/librumphijack/Makefile
diff -u src/lib/librumphijack/Makefile:1.2 src/lib/librumphijack/Makefile:1.3
--- src/lib/librumphijack/Makefile:1.2	Tue Jan 18 15:00:22 2011
+++ src/lib/librumphijack/Makefile	Tue Jan 18 19:53:23 2011
@@ -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>

Reply via email to