Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/gas/makefile.vms

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    4646  write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,macro.obj,ehopt.obj
    4747
    48 GASPOBJS = gasp.obj,macro.obj,sb.obj,hash.obj
    49 
    5048LIBIBERTY = [-.libiberty]libiberty.olb
    5149
     
    6058endif
    6159
    62 all: config.status $(BFDDEP) as.exe gasp.exe
     60all: config.status $(BFDDEP) as.exe
    6361
    6462as.exe: $(OBJS) $(LIBOPCODES) $(LIBBFD) $(LIBIBERTY)
     
    6765else
    6866        link$(LFLAGS)/exe=$@ $(OBJS),$(LIBIBERTY)/lib$(LIBS)
    69 endif
    70 
    71 gasp.exe: $(GASPOBJS) $(LIBBFD) $(LIBIBERTY)
    72 ifeq ($(ARCH),ALPHA)
    73         link$(LFLAGS)/exe=$@ $(GASPOBJS),$(LIBBFD)/lib,$(LIBIBERTY)/lib$(LIBS)
    74 else
    75         link$(LFLAGS)/exe=$@ $(GASPOBJS),$(LIBIBERTY)/lib$(LIBS)
    7667endif
    7768
     
    109100        $(CD) [-.gas]
    110101
    111 install: as.exe gasp.exe
     102install: as.exe
    112103        $(CP) $^ GNU_ROOT\:[BIN]
    113104
Note: See TracChangeset for help on using the changeset viewer.