add rule for building snapshot of gas+ld+binutils
authorKen Raeburn <raeburn@cygnus>
Thu, 22 Apr 1993 06:57:37 +0000 (06:57 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 22 Apr 1993 06:57:37 +0000 (06:57 +0000)
Makefile.in

index 5afb01256c876510d5149382e79ef711fbd68ed5..8959087993471c46189539ed01292ae7c964b645 100644 (file)
@@ -190,7 +190,7 @@ XTRAFLAGS = ` \
      echo ; \
   fi`
 
-PRMS = install-prms
+PRMS = all-prms
 
 #### host and target specific makefile fragments come in here.
 ###
@@ -1056,6 +1056,11 @@ gas.tar.z: $(DEVO_SUPPORT) $(GAS_SUPPORT_DIRS) gas texinfo/texinfo.tex
        $(MAKE) -f Makefile.in setup-dirs SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
        $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GAS_SUPPORT_DIRS)" TOOL=gas
 
+.PHONY: gas+binutils.tar.z
+GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld
+gas+binutils.tar.z: $(DEVO_SUPPORT) $(GASB_SUPPORT_DIRS) gas texinfo/texinfo.tex
+       $(MAKE) -f Makefile.in setup-dirs SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"
+       $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GASB_SUPPORT_DIRS)" TOOL=gas
 
 .NOEXPORT:
 MAKEOVERRIDES=