mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Quit moving *-in.h into and out of doc subdir. Doc subdir knows how
to find them.
This commit is contained in:
@ -71,6 +71,12 @@ STAGESTUFF = $(TARGETLIB) $(OFILES)
|
|||||||
all: $(TARGETLIB)
|
all: $(TARGETLIB)
|
||||||
$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)"
|
$(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.
|
# HDEPFILES comes from the host config; TDEPFILES from the target config.
|
||||||
OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES)
|
OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES)
|
||||||
|
|
||||||
@ -243,17 +249,11 @@ dep: $(CFILES)
|
|||||||
|
|
||||||
|
|
||||||
headers:
|
headers:
|
||||||
cp $(srcdir)/bfd-in.h $(docdir)
|
|
||||||
cp $(srcdir)/libbfd-in.h $(docdir)
|
|
||||||
cp $(srcdir)/libcoff-in.h $(docdir)
|
|
||||||
(cd $(docdir); $(MAKE) protos)
|
(cd $(docdir); $(MAKE) protos)
|
||||||
# Rebuild prototypes in bfd.h
|
# Rebuild prototypes in bfd.h
|
||||||
cp $(docdir)/bfd.h $(BFD_H)
|
cp $(docdir)/bfd.h $(BFD_H)
|
||||||
cp $(docdir)/libbfd.h $(srcdir)/libbfd.h
|
cp $(docdir)/libbfd.h $(srcdir)/libbfd.h
|
||||||
cp $(docdir)/libcoff.h $(srcdir)/libcoff.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:
|
bfd.info:
|
||||||
( cd $(docdir); $(MAKE) bfd.info)
|
( cd $(docdir); $(MAKE) bfd.info)
|
||||||
|
Reference in New Issue
Block a user