Ignore:
Timestamp:
Sep 2, 2002, 4:00:04 PM (23 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/makefile

    r209 r220  
    149149# to execute the LIB command once for each dependent file in the list.
    150150
    151 $(OUTPUTDIR)\helpers.lib: $(OBJS)
     151$(OUTPUTDIR)\helpers.lib: $(OBJS) makefile
    152152!ifdef EMX
    153153    !emxomfar cr $* $?
    154154!else
    155     !ilib /nol /nob $* -+$?;
     155    rm -f $@
     156    ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk
     157+$(OBJS: =&^
     158);
     159<<KEEP
    156160!endif
    157161
    158162# same thing for cp.lib
    159 $(OUTPUTDIR)\cp.lib: $(CPOBJS)
     163$(OUTPUTDIR)\cp.lib: $(CPOBJS) makefile
    160164!ifdef EMX
    161165    !emxomfar cr $* $?
    162166!else
    163     !ilib /nol /nob $* -+$?;
     167    rm -f $@
     168    ilib /nol /nob $@ @<<
     169+$(CPOBJS: =&^
     170);
     171<<KEEP
    164172!endif
    165173
    166174# same thing for plainc.lib
    167 $(OUTPUTDIR)\plainc.lib: $(PLAINCOBJS)
     175$(OUTPUTDIR)\plainc.lib: $(PLAINCOBJS) makefile
    168176!ifdef EMX
    169177    !emxomfar cr $* $?
    170178!else
    171     !ilib /nol /nob $* -+$?;
     179    rm -f $@
     180    ilib /nol /nob $@ @<<
     181+$(PLAINCOBJS: =&^
     182);
     183<<KEEP
    172184!endif
    173185
Note: See TracChangeset for help on using the changeset viewer.