diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-11-08 02:04:00 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-11-08 02:04:00 +0000 |
commit | 2492f942fca539a86ec9ca554818d67cbca27703 (patch) | |
tree | 5bf5e0d9321b684d58f53b4aa8069332b3a4633f /Makefile.in | |
parent | e3f6f4cfd7d32a761c7d015b2b81473170869d50 (diff) | |
download | fsf-binutils-gdb-2492f942fca539a86ec9ca554818d67cbca27703.zip fsf-binutils-gdb-2492f942fca539a86ec9ca554818d67cbca27703.tar.gz fsf-binutils-gdb-2492f942fca539a86ec9ca554818d67cbca27703.tar.bz2 |
* 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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index ce29d37..5871ffa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |