diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-06-16 03:10:01 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-06-16 03:10:01 +0000 |
commit | f905eff40467e7146e04b6799ee7cbe8c1fc9729 (patch) | |
tree | 14fe3869d6513288f36799cd1aa44869f69202cd /ld/Makefile.in | |
parent | 2a963f1a0e41614cf1d72991a67af0ae4a3e5423 (diff) | |
download | gdb-f905eff40467e7146e04b6799ee7cbe8c1fc9729.zip gdb-f905eff40467e7146e04b6799ee7cbe8c1fc9729.tar.gz gdb-f905eff40467e7146e04b6799ee7cbe8c1fc9729.tar.bz2 |
look in ../include instead of ../bfd for bfd.h
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |