diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/Makefile.dos | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4055fd6..f3e67dd 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 16 16:55:24 1992 K. Richard Pixley (rich@rtl.cygnus.com) + + * Makefile.dos: removed rcsid. + Thu Jul 16 08:23:07 1992 Steve Chamberlain (sac@thepub.cygnus.com) * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too diff --git a/binutils/Makefile.dos b/binutils/Makefile.dos index 3a292ca..ff24f19 100644 --- a/binutils/Makefile.dos +++ b/binutils/Makefile.dos @@ -34,8 +34,6 @@ VPATH = . # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#$Id$ - srcdir = . prefix = /usr/local |