diff options
author | Steve Chamberlain <sac@cygnus> | 1993-06-18 21:08:36 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-06-18 21:08:36 +0000 |
commit | a3a0a4d0a545acb3fed4d00828c45ae14e9b2a15 (patch) | |
tree | aba8a33fd79c8ef21fb29f09b08dd8a3922ada2e /gas | |
parent | fdc506e66888cb20a1632bed233e168a78a2f7d1 (diff) | |
download | gdb-a3a0a4d0a545acb3fed4d00828c45ae14e9b2a15.zip gdb-a3a0a4d0a545acb3fed4d00828c45ae14e9b2a15.tar.gz gdb-a3a0a4d0a545acb3fed4d00828c45ae14e9b2a15.tar.bz2 |
Look in the right place for bfd.h.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index fa66b14..a50625a 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -246,7 +246,7 @@ LIBS = ../opcodes/libopcodes.a $(BFDLIB) $(LOCAL_LOADLIBES) \ # Both . and srcdir are used, in that order, # so that tm.h and config.h will be found in the compilation # subdirectory rather than in the source directory. -INCLUDES = -I. -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include +INCLUDES = -I. -I../include -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config # Always use -I$(srcdir)/config when compiling. |