diff options
author | Per Bothner <per@bothner.com> | 1991-11-03 22:58:48 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-03 22:58:48 +0000 |
commit | b27d2046482bc4f2170c3ab14d4ec1c45a0a292b (patch) | |
tree | 75aef062f5dbef18afa5226cdd1c4ada9721d259 /binutils/Makefile.in | |
parent | e18e24af07c074be7e9288741a922065a6790f84 (diff) | |
download | binutils-gdb-b27d2046482bc4f2170c3ab14d4ec1c45a0a292b.tar.gz |
* Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
* ar.c (get_pos_bfd): Fix to handling of before/after
positioning options.
* bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
since libiberty contains vfprintf etc if otherwise missing.
* m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
type operands, as used by branch instructions.
* nm.c: Delegate printing of symbols to BFD,
by using bfd_print_symbol to do the formatting.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index b28370aa528..1583566770a 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -23,7 +23,7 @@ srcdir = . destdir = /usr/local # Distribution version -VERSION=1.90 +VERSION=1.91 # Distribution name DIST_NAME=binutils-beta-${VERSION} @@ -224,11 +224,11 @@ install: $(PROGS) dist: $(DIST_NAME).tar.Z $(DIST_NAME).tar.Z: - cd ../..; rm -f $(DISTNAME); ln -s devo $(DIST_NAME) - cd ..; Sanitize test - cd binutils; make binutils.mm -f Makefile.in + cd ../..; rm -f $(DIST_NAME); ln -s devo $(DIST_NAME) + make binutils.mm -f Makefile.in cd ../ld; make ld.mm -f Makefile.in cd ../..; tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z + rm -rf ../../$(DIST_NAME) # These get around a bug in Sun Make in SunOS 4.1.1 alloca.o:alloca.c |