diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-06 19:27:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-06 19:27:05 +0000 |
commit | 21e2eeaaf1ca3f7bd26a1eabfb0427f78b6575e8 (patch) | |
tree | b1c91eb082f1e4143b986a31aff26ecf16532408 /gas/makefile.vms | |
parent | 6a1421c66221f15f78e0baf1c71d5b7bab263a6e (diff) | |
download | gdb-21e2eeaaf1ca3f7bd26a1eabfb0427f78b6575e8.zip gdb-21e2eeaaf1ca3f7bd26a1eabfb0427f78b6575e8.tar.gz gdb-21e2eeaaf1ca3f7bd26a1eabfb0427f78b6575e8.tar.bz2 |
Wed May 6 15:26:34 1998 Klaus Kaempf <kkaempf@progis.de>
* makefile.vms (OBJS): Add ehopt.obj
Diffstat (limited to 'gas/makefile.vms')
-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 4ffdb11..9ce7e73 100644 --- a/gas/makefile.vms +++ b/gas/makefile.vms @@ -23,7 +23,7 @@ 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,\ 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 + write.obj,listing.obj,ecoff.obj,ehopt.obj,stabs.obj,sb.obj,macro.obj GASPOBJS = gasp.obj,macro.obj,sb.obj,hash.obj |