Module Name:    src
Committed By:   christos
Date:           Sat Oct  8 21:52:15 UTC 2011

Modified Files:
        src/external/gpl3: Makefile

Log Message:
Descent into gdb if we support it yet.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/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/gpl3/Makefile
diff -u src/external/gpl3/Makefile:1.4 src/external/gpl3/Makefile:1.5
--- src/external/gpl3/Makefile:1.4	Tue Jun 28 22:05:24 2011
+++ src/external/gpl3/Makefile	Sat Oct  8 17:52:15 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2011/06/29 02:05:24 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2011/10/08 21:52:15 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -12,4 +12,10 @@ SUBDIR+=	gcc
 .endif
 .endif
 
+.if ${MKGDB} != "no"
+.if ${HAVE_GDB} == "7"
+SUBDIR+=        gdb
+.endif
+.endif
+
 .include <bsd.subdir.mk>

Reply via email to