Changeset 219


Ignore:
Timestamp:
May 22, 2003, 6:30:44 PM (22 years ago)
Author:
bird
Message:

Depend on .DEPON macros so make cache get's notified of updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.smak

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r218 r219  
    4343.PHONY: libc-dll
    4444all: libc-dll
    45 libc-dll: emxbind emxexp app alias libc os2 $(LIBC.DLL)
     45libc-dll: $(EMXEXP.DEPON) $(EMXBIND.DEPON) $(EMXIMP.DEPON) app alias libc os2 $(LIBC.DLL)
    4646
    4747$(LIBC.DLL): $.aout/src/lib/startup/386/dll0.o $(.OBJS) $(.DEPS) \
Note: See TracChangeset for help on using the changeset viewer.