diff options
author | Roland Pesch <pesch@cygnus> | 1991-11-15 20:26:52 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-11-15 20:26:52 +0000 |
commit | 2090ba8351f1fa7fec452b8096860346fa69b0f1 (patch) | |
tree | 23ceafc1975f7699aca4cbc9fe9ee3702ab8f31d /bfd/Makefile.in | |
parent | fafbc31929c2bb21ed244f56e7323648452548b6 (diff) | |
download | gdb-2090ba8351f1fa7fec452b8096860346fa69b0f1.zip gdb-2090ba8351f1fa7fec452b8096860346fa69b0f1.tar.gz gdb-2090ba8351f1fa7fec452b8096860346fa69b0f1.tar.bz2 |
Quit moving *-in.h into and out of doc subdir. Doc subdir knows how
to find them.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 1870e3f..4879897 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -71,6 +71,12 @@ STAGESTUFF = $(TARGETLIB) $(OFILES) all: $(TARGETLIB) $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" +all-info: force + $(MAKE) subdir_do DO=all-info "DODIRS=$(SUBDIRS)" + +install-info: force + $(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" + # HDEPFILES comes from the host config; TDEPFILES from the target config. OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES) @@ -243,17 +249,11 @@ dep: $(CFILES) headers: - cp $(srcdir)/bfd-in.h $(docdir) - cp $(srcdir)/libbfd-in.h $(docdir) - cp $(srcdir)/libcoff-in.h $(docdir) (cd $(docdir); $(MAKE) protos) # Rebuild prototypes in bfd.h cp $(docdir)/bfd.h $(BFD_H) cp $(docdir)/libbfd.h $(srcdir)/libbfd.h cp $(docdir)/libcoff.h $(srcdir)/libcoff.h - rm -f $(docdir)/bfd-in.h - rm -f $(docdir)/libbfd-in.h - rm -f $(docdir)/libcoff-in.h bfd.info: ( cd $(docdir); $(MAKE) bfd.info) |