svn commit: r352249 - head/gnu/usr.bin/gdb

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 12 15:50:15 UTC 2019


Author: bapt
Date: Thu Sep 12 15:50:14 2019
New Revision: 352249
URL: https://svnweb.freebsd.org/changeset/base/352249

Log:
  Get the readline header from the installed header instead of the from the source
  location.

Modified:
  head/gnu/usr.bin/gdb/Makefile.inc

Modified: head/gnu/usr.bin/gdb/Makefile.inc
==============================================================================
--- head/gnu/usr.bin/gdb/Makefile.inc	Thu Sep 12 15:46:58 2019	(r352248)
+++ head/gnu/usr.bin/gdb/Makefile.inc	Thu Sep 12 15:50:14 2019	(r352249)
@@ -45,7 +45,7 @@ CFLAGS+= -I${CNTRB_GDB}/gdb/config
 CFLAGS+= -I${CNTRB_BU}/include
 CFLAGS+= -I${CNTRB_GDB}/include
 CFLAGS+= -I${CNTRB_BU}/bfd
-CFLAGS+= -I${SRCTOP}/lib/libedit/edit
+CFLAGS+= -I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/edit
 
 GENSRCS+= nm.h tm.h
 


More information about the svn-src-head mailing list