-I$(BFD_DIR) rather than including from the library proper. Hmph.
authorK. Richard Pixley <rich@cygnus>
Wed, 23 Jun 1993 23:41:40 +0000 (23:41 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 23 Jun 1993 23:41:40 +0000 (23:41 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 4011cea58393e5f74d09a997daf838e827a57d43..2f1ef4cb9ac63741c941bc620ee1b03c92b91ac7 100644 (file)
@@ -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
index c48ded331306d72256c8c32e5bd67fed6c8da0be..667cef3a3a621ac98b7d09f8c9bcdd013ff94a01 100644 (file)
@@ -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