look in ../include instead of ../bfd for bfd.h
authorKen Raeburn <raeburn@cygnus>
Wed, 16 Jun 1993 03:10:01 +0000 (03:10 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 16 Jun 1993 03:10:01 +0000 (03:10 +0000)
gprof/ChangeLog
gprof/Makefile.in
ld/Makefile.in

index 5633859..96fd0ed 100644 (file)
@@ -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
index 7cacf97..dbcdc60 100644 (file)
@@ -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)
 
index 3449dc1..ca65f0c 100644 (file)
@@ -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