Quit moving *-in.h into and out of doc subdir. Doc subdir knows how
authorRoland Pesch <pesch@cygnus>
Fri, 15 Nov 1991 20:26:52 +0000 (20:26 +0000)
committerRoland Pesch <pesch@cygnus>
Fri, 15 Nov 1991 20:26:52 +0000 (20:26 +0000)
to find them.

bfd/Makefile.in

index 1870e3fcb9dd6dad6f7ad048f8d5e6f0eef54970..4879897ccd459d86fdec3dcde6e18677bdb63877 100644 (file)
@@ -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)
This page took 0.026859 seconds and 4 git commands to generate.