diff options
author | John Gilmore <gnu@cygnus> | 1991-10-11 10:29:54 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-11 10:29:54 +0000 |
commit | 239326c84fe370e473b89971a3b825ab7024521e (patch) | |
tree | 218b36ab7266058f299cd01369cbc5cee36e3055 /bfd/Makefile.in | |
parent | bbc8d4849feb14c71603164f5acde4aa58e7b44e (diff) | |
download | gdb-239326c84fe370e473b89971a3b825ab7024521e.zip gdb-239326c84fe370e473b89971a3b825ab7024521e.tar.gz gdb-239326c84fe370e473b89971a3b825ab7024521e.tar.bz2 |
Restructure configuration scheme for bfd, binutils, ld.
Use -I. to get sysdep.h.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index c37da45..42ad9a0 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -29,7 +29,7 @@ RANLIB = ranlib AR = ar AR_FLAGS = clq INCDIR = $(srcdir)/../include -CSEARCH = -I$(INCDIR) +CSEARCH = -I. -I$(INCDIR) DEP = mkdep @@ -117,7 +117,10 @@ clean: clobber realclean: clean rm -f libbfd.a TAGS -$(BFD_LIBS) $(BFD_BACKENDS) $(OPTIONAL_BACKENDS): libbfd.h $(BFD_H) +$(BFD_LIBS): libbfd.h $(BFD_H) +$(BFD_MACHINES): libbfd.h $(BFD_H) +$(BFD_BACKENDS): libbfd.h $(BFD_H) +$(OPTIONAL_BACKENDS): libbfd.h $(BFD_H) saber: #suppress 65 on bfd_map_over_sections |