aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1993-06-07 19:57:26 +0000
committerPer Bothner <per@bothner.com>1993-06-07 19:57:26 +0000
commit7f2649bb061f8e22a046845224262cbd768a850d (patch)
tree8cd95aeb0261346845fdc75c4561c5907de631f3 /gprof/Makefile.in
parent0019b190541828aeb3a4939aa7adc8ede6002f4e (diff)
downloadfsf-binutils-gdb-7f2649bb061f8e22a046845224262cbd768a850d.zip
fsf-binutils-gdb-7f2649bb061f8e22a046845224262cbd768a850d.tar.gz
fsf-binutils-gdb-7f2649bb061f8e22a046845224262cbd768a850d.tar.bz2
* Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
* configure.in: No longer need to configure to get sysdep.h.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index c1a8f74..3c5dcd8 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$(srcdir)/../include -I$(srcdir)/../bfd -DMACHINE_H=\"$(MACHINE).h\" $(TCFLAGS) $(HCFLAGS) $<
+ $(CC) -c $(CFLAGS) -I. -I$(srcdir) -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd -DMACHINE_H=\"$(MACHINE).h\" $(TCFLAGS) $(HCFLAGS) $<
all: diststuff $(PROG)