[Midnightbsd-cvs] src [10940] trunk/gnu/usr.bin/gdb/gdb/Makefile: set debug dir
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jun 15 09:10:59 EDT 2018
Revision: 10940
http://svnweb.midnightbsd.org/src/?rev=10940
Author: laffer1
Date: 2018-06-15 09:06:45 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
set debug dir
Modified Paths:
--------------
trunk/gnu/usr.bin/gdb/gdb/Makefile
Modified: trunk/gnu/usr.bin/gdb/gdb/Makefile
===================================================================
--- trunk/gnu/usr.bin/gdb/gdb/Makefile 2018-06-15 00:36:13 UTC (rev 10939)
+++ trunk/gnu/usr.bin/gdb/gdb/Makefile 2018-06-15 13:06:45 UTC (rev 10940)
@@ -1,5 +1,5 @@
# $MidnightBSD$
-# $FreeBSD: src/gnu/usr.bin/gdb/gdb/Makefile,v 1.44 2005/02/14 12:10:13 obrien Exp $
+# $FreeBSD: stable/10/gnu/usr.bin/gdb/gdb/Makefile 251512 2013-06-07 21:40:02Z emaste $
PROG= gdb${GDB_SUFFIX}
SRCS= gdb.c
@@ -16,3 +16,4 @@
LDADD= ${GDBLIBS} ${BULIBS} -lm -lreadline -ltermcap -lgnuregex
.include <bsd.prog.mk>
+CFLAGS+= -DDEBUGDIR=\"${DEBUGDIR}\"
More information about the Midnightbsd-cvs
mailing list