From f4cc789c2244b810ef90dcbee14d277c55c5b1e8 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 23 Jun 1993 23:41:40 +0000 Subject: [PATCH] -I$(BFD_DIR) rather than including from the library proper. Hmph. --- gdb/ChangeLog | 3 +++ gdb/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4011cea583..2f1ef4cb9a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Wed Jun 23 15:04:54 1993 K. Richard Pixley (rich@sendai.cygnus.com) + * Makefile.in (BFD_CFLAGS): -I$(BFD_DIR) rather than including + from the library proper. Hmph. + Makefile overhaul dropping autodepend features. * Makefile.in: many comment changes. forced consistent use of $() for makefile variables references. dropped leading ./ in file diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c48ded3313..667cef3a3a 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -108,7 +108,7 @@ MMALLOC_CFLAGS = $(MMALLOC_CHECK) $(MMALLOC_DISABLE) BFD_DIR = ../bfd BFD = $(BFD_DIR)/libbfd.a BFD_SRC = $(srcdir)/$(BFD_DIR) -BFD_CFLAGS = -I$(BFD) -I$(BFD_SRC) +BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC) # Where is the READLINE library? Typically in ../readline. READLINE_DIR = ../readline -- 2.34.1