From: Roland Pesch Date: Fri, 15 Nov 1991 20:26:52 +0000 (+0000) Subject: Quit moving *-in.h into and out of doc subdir. Doc subdir knows how X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2090ba8351f1fa7fec452b8096860346fa69b0f1;p=binutils-gdb.git Quit moving *-in.h into and out of doc subdir. Doc subdir knows how to find them. --- diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 1870e3fcb9d..4879897ccd4 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)