diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-28 19:21:20 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-28 19:21:20 +0000 |
commit | b21e6e53dfaac45e6048ef22cdfde10fa070b3ea (patch) | |
tree | 9e03609072c9a5a32aa188625dc3534344c5b1af /gas/Makefile.in | |
parent | 4acf8c78e659833be8be047ba2f8561386a11d4b (diff) | |
download | gdb-b21e6e53dfaac45e6048ef22cdfde10fa070b3ea.zip gdb-b21e6e53dfaac45e6048ef22cdfde10fa070b3ea.tar.gz gdb-b21e6e53dfaac45e6048ef22cdfde10fa070b3ea.tar.bz2 |
updated version to 2.4.90
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 94b4e24..b8acda5 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -53,7 +53,7 @@ infodir = $(prefix)/info includedir = $(prefix)/include docdir = $(datadir)/doc -VERSION=cygnus-2.3.1 +VERSION=cygnus-2.4.90 SHELL = /bin/sh @@ -240,6 +240,9 @@ VMS_OTHER_OBJS = \ ../libiberty/obstack.o \ ../libiberty/strdup.o \ ../libiberty/strncasecmp.o \ + ../libiberty/concat.o \ + ../libiberty/getopt.o \ + ../libiberty/getopt1.o \ ../libiberty/getruntime.o all: as.new gasp.new |