summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1994-09-15 05:17:59 +0000
committerswallace <swallace@FreeBSD.org>1994-09-15 05:17:59 +0000
commit63f357dd4f16e079b17fde1252c1c45ecb24ea45 (patch)
tree724ac3e5267a8b0d83f569b7a968c7bf84f97363 /gnu
parente2a30c442392b6bcea7aa81c01c189ca4112ff8e (diff)
downloadFreeBSD-src-63f357dd4f16e079b17fde1252c1c45ecb24ea45.zip
FreeBSD-src-63f357dd4f16e079b17fde1252c1c45ecb24ea45.tar.gz
Added ${DESTDIR} in the line
CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile2
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 5f134e2..4c98641 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -40,7 +40,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
-CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
+CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
LDADD+= -lreadline -ltermcap
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile
index 5f134e2..4c98641 100644
--- a/gnu/usr.bin/gdb/gdb/Makefile
+++ b/gnu/usr.bin/gdb/gdb/Makefile
@@ -40,7 +40,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
-CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
+CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
LDADD+= -lreadline -ltermcap
OpenPOWER on IntegriCloud