Ignore:
Timestamp:
Aug 13, 1999, 2:15:16 AM (26 years ago)
Author:
phaller
Message:

Fix: self-recursion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/makefile

    r484 r490  
    1 # $Id: makefile,v 1.7 1999-08-11 22:22:31 phaller Exp $
     1# $Id: makefile,v 1.8 1999-08-13 00:15:16 phaller Exp $
    22
    33#
     
    2828$(TARGET).dll: $(OBJS) $(TARGET).def
    2929        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \
    30               $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
     30              $(PDWIN32_LIB)/kernel32.lib \
    3131              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB
    3232        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.