aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-16 03:10:01 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-16 03:10:01 +0000
commitf905eff40467e7146e04b6799ee7cbe8c1fc9729 (patch)
tree14fe3869d6513288f36799cd1aa44869f69202cd
parent2a963f1a0e41614cf1d72991a67af0ae4a3e5423 (diff)
downloadgdb-f905eff40467e7146e04b6799ee7cbe8c1fc9729.zip
gdb-f905eff40467e7146e04b6799ee7cbe8c1fc9729.tar.gz
gdb-f905eff40467e7146e04b6799ee7cbe8c1fc9729.tar.bz2
look in ../include instead of ../bfd for bfd.h
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/Makefile.in2
-rw-r--r--ld/Makefile.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 5633859..96fd0ed 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jun 15 23:09:17 1993 Ken Raeburn (raeburn@cambridge)
+
+ * Makefile.in (.c.o): Look in ../include, not ../bfd, for bfd.h.
+
Mon Jun 14 16:22:59 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
* Makefile.in: remove parentdir support
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 7cacf97..dbcdc60 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -43,7 +43,7 @@ DISTSTUFF = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
CFLAGS=-g
LDFLAGS=
.c.o:
- $(CC) -c $(CFLAGS) -I. -I$(srcdir) -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd -DMACHINE_H=\"$(MACHINE).h\" $(TCFLAGS) $(HCFLAGS) $<
+ $(CC) -c $(CFLAGS) -I. -I$(srcdir) -I../include -I$(srcdir)/../include -I$(srcdir)/../bfd -DMACHINE_H=\"$(MACHINE).h\" $(TCFLAGS) $(HCFLAGS) $<
all: diststuff $(PROG)
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 3449dc1..ca65f0c 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -75,7 +75,7 @@ LIB_PATH =
BASEDIR = ../..
INCLUDE = $(srcdir)/../include
-INCLUDES = -I. -I$(srcdir) -I../bfd -I$(srcdir)/../bfd -I$(INCLUDE)
+INCLUDES = -I. -I$(srcdir) -I../include -I$(srcdir)/../bfd -I$(INCLUDE)
# What version of the manual to build
DOCVER = gen