diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-04-29 00:26:01 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-04-29 00:26:01 +0000 |
commit | 4aac130b2837a86f535d5846501ca09cd2e2f00d (patch) | |
tree | 16f2d69c54b85b1b63bc5c9e4e361c2582409125 | |
parent | 87c245cccce4a84d53381ea7a8247330608eba7f (diff) | |
download | binutils-4aac130b2837a86f535d5846501ca09cd2e2f00d.zip binutils-4aac130b2837a86f535d5846501ca09cd2e2f00d.tar.gz binutils-4aac130b2837a86f535d5846501ca09cd2e2f00d.tar.bz2 |
Missed in earlier check-in.
-rw-r--r-- | gas/makefile.vms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/makefile.vms b/gas/makefile.vms index 7016dce..41373c6 100644 --- a/gas/makefile.vms +++ b/gas/makefile.vms @@ -40,7 +40,7 @@ endif OBJS=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,atof-generic.obj,\ - bignum-copy.obj,cond.obj,depend.obj,expr.obj,flonum-konst.obj,flonum-copy.obj,\ + cond.obj,depend.obj,expr.obj,flonum-konst.obj,flonum-copy.obj,\ flonum-mult.obj,frags.obj,hash.obj,input-file.obj,input-scrub.obj,\ literal.obj,messages.obj,output-file.obj,read.obj,subsegs.obj,symbols.obj,\ write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,macro.obj,ehopt.obj |