diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-18 15:55:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-18 15:55:10 +0000 |
commit | 69b608927db95c3db6f3f2ace22139d5381c7c35 (patch) | |
tree | df4acdc21c04f9cf6ca298db3689bc24db063ea6 /binutils | |
parent | 09250cfef78c1517083c57f26ee4f8b04eff3028 (diff) | |
download | gdb-69b608927db95c3db6f3f2ace22139d5381c7c35.zip gdb-69b608927db95c3db6f3f2ace22139d5381c7c35.tar.gz gdb-69b608927db95c3db6f3f2ace22139d5381c7c35.tar.bz2 |
* Makefile.in (mostlyclean): Remove tmpdir.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 2 | ||||
-rw-r--r-- | binutils/Makefile.in | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6e17da1..a833250 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,7 @@ Tue Oct 18 11:12:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + * Makefile.in (mostlyclean): Remove tmpdir. + * objcopy.c (struct section_list): Add fields used, adjust, val. (adjust_start, set_start_set, set_start): New static variables. (adjust_section_vma, adjust_sections): New static variables. diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 34eefdc..ea2f5b2 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -70,7 +70,7 @@ LEX_OPTIONS = -I -Cem LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi` # Distribution version -VERSION=cygnus-2.4.1 +VERSION=cygnus-2.5 # Distribution name DIST_NAME=binutils-${VERSION} @@ -515,6 +515,7 @@ binutils.me: $(srcdir)/binutils.texi mostlyclean: -rm -f *.o *~ \#* core binutils.?? binutils.??? + -rm -rf tmpdir clean: mostlyclean -rm -f $(PROGS) underscore.c distclean: |