diff options
| author | Steven Wallace <swallace@FreeBSD.org> | 1994-09-15 05:17:59 +0000 |
|---|---|---|
| committer | Steven Wallace <swallace@FreeBSD.org> | 1994-09-15 05:17:59 +0000 |
| commit | 3f7f52979b3ebf31ba1dbc671a04371399150cef (patch) | |
| tree | 724ac3e5267a8b0d83f569b7a968c7bf84f97363 | |
| parent | b556ffbab0469486eb650f35e6f4771b13ab4688 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/gdb/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 5f134e28c10c..4c986410004c 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 5f134e28c10c..4c986410004c 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 |
