*** empty log message ***
[deliverable/binutils-gdb.git] / gas / makefile.vms
index f4c30d47dd2ca74cee871f8cb8f0f86fcc7ff09b..7016dce987f8055f3a7e7ca477c9061ba1da7911 100644 (file)
@@ -45,8 +45,6 @@ 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,ehopt.obj
 
-GASPOBJS = gasp.obj,macro.obj,sb.obj,hash.obj
-
 LIBIBERTY = [-.libiberty]libiberty.olb
 
 ifeq ($(ARCH),ALPHA)
@@ -59,7 +57,7 @@ LIBOPCODES =
 BFDDEP =
 endif
 
-all: config.status $(BFDDEP) as.exe gasp.exe
+all: config.status $(BFDDEP) as.exe
 
 as.exe: $(OBJS) $(LIBOPCODES) $(LIBBFD) $(LIBIBERTY)
 ifeq ($(ARCH),ALPHA)
@@ -68,13 +66,6 @@ else
        link$(LFLAGS)/exe=$@ $(OBJS),$(LIBIBERTY)/lib$(LIBS)
 endif
 
-gasp.exe: $(GASPOBJS) $(LIBBFD) $(LIBIBERTY)
-ifeq ($(ARCH),ALPHA)
-       link$(LFLAGS)/exe=$@ $(GASPOBJS),$(LIBBFD)/lib,$(LIBIBERTY)/lib$(LIBS)
-else
-       link$(LFLAGS)/exe=$@ $(GASPOBJS),$(LIBIBERTY)/lib$(LIBS)
-endif
-
 config.status:
        $$ @config-gas
 
@@ -108,7 +99,7 @@ targ-cpu.obj: targ-cpu.c targ-cpu.h [.config]atof-vax.c
        gmake -f makefile.vms "CC=$(CC)"
        $(CD) [-.gas]
 
-install: as.exe gasp.exe
+install: as.exe
        $(CP) $^ GNU_ROOT\:[BIN]
 
 clean:
This page took 0.025476 seconds and 4 git commands to generate.