* Makefile.in (DEVO_SUPPORT): Remove configure.bat and makeall.bat, they're
authorKen Raeburn <raeburn@cygnus>
Tue, 8 Nov 1994 02:04:00 +0000 (02:04 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 8 Nov 1994 02:04:00 +0000 (02:04 +0000)
only useful for binutils snapshots.
(binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and makeall.bat to
specified SUPPORT_FILES.

ChangeLog
Makefile.in

index 41c23a15f61b7c602d9b1f6310bfe14344b6a367..bf9c54a5bf6ca211d338a941eb9a2689997eee58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
+       makeall.bat, they're only useful for binutils snapshots.
+       (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
+       makeall.bat to specified SUPPORT_FILES.
+
 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
 
        * build-all.mk: Add Ericsson targets to sun4 and solaris
index ce29d37328fb38171265ccf560be8227f26d64f3..5871ffaa80fc1dff8f79832b444bd674d31ff2ee 100644 (file)
@@ -1012,8 +1012,7 @@ Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
 # distribution (perhaps it would be better to include it anyway).
 DEVO_SUPPORT= README Makefile.in configure configure.in \
        config.guess config.sub config move-if-change \
-       COPYING COPYING.LIB install.sh \
-       configure.bat makeall.bat
+       COPYING COPYING.LIB install.sh
 
 # Files in devo/etc used in any net release.
 # ChangeLog omitted because it may refer to files which are not in this
@@ -1125,13 +1124,13 @@ gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof
 binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
        $(MAKE) -f Makefile.in taz TOOL=binutils \
-               SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
+               SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
 
 .PHONY: gas+binutils.tar.gz
 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
 gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
        $(MAKE) -f Makefile.in taz TOOL=gas \
-               SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"
+               SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"
 
 .PHONY: libg++.tar.gz
 LIBGXX_SUPPORT_DIRS=include libio librx libiberty xiberty
This page took 0.044755 seconds and 4 git commands to generate.