From 596c5b74fc4ca0c93c3d85c0b9b26a7647ae4e2d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 5 Apr 1997 18:20:59 +0000 Subject: [PATCH] Sat Apr 5 13:19:12 1997 Klaus Kaempf * makefile.vms: Update to build gasp.exe. --- gas/ChangeLog | 4 ++++ gas/makefile.vms | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 1447083..c9698fa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Sat Apr 5 13:19:12 1997 Klaus Kaempf + + * makefile.vms: Update to build gasp.exe. + Fri Apr 4 16:10:02 1997 Doug Evans * write.c (relax_frag): Make non-static. diff --git a/gas/makefile.vms b/gas/makefile.vms index 1c46a0d..4996135 100644 --- a/gas/makefile.vms +++ b/gas/makefile.vms @@ -25,6 +25,8 @@ OBJS=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,atof-generic.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 +GASPOBJS = gasp.obj,macro.obj,sb.obj,hash.obj + LIBIBERTY = [-.libiberty]libiberty.olb LIBBFD = [-.bfd]libbfd.olb LIBOPCODES = [-.opcodes]libopcodes.olb @@ -34,8 +36,8 @@ all: config.status [-.bfd]bfd.h as.exe gasp.exe as.exe: $(OBJS) $(LIBOPCODES) $(LIBBFD) $(LIBIBERTY) link$(LFLAGS)/exe=$@ $(OBJS),$(LIBOPCODES)/lib,$(LIBBFD)/lib,$(LIBIBERTY)/lib$(LIBS) -gasp.exe: gasp.obj $(LIBBFD) $(LIBIBERTY) - link$(LFLAGS)/exe=$@ gasp.obj,$(LIBBFD)/lib,$(LIBIBERTY)/lib$(LIBS) +gasp.exe: $(GASPOBJS) $(LIBBFD) $(LIBIBERTY) + link$(LFLAGS)/exe=$@ $(GASPOBJS),$(LIBBFD)/lib,$(LIBIBERTY)/lib$(LIBS) config.status: $$ @config-gas -- 2.7.4