Changeset 520


Ignore:
Timestamp:
Aug 4, 2003, 12:51:23 PM (22 years ago)
Author:
bird
Message:

Removed the tempfile stuff as it's unable to recreate deleted libc.def.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.21 to 1.22
    r519 r520  
    7878endif
    7979
    80 # LIBC .def file (use a stamp file to avoid often updates).
    81 $(LIBC.DEF): $.stmp-libc-def
    82 
    83 $.stmp-libc-def: $(LIBC.LIBS) src/lib/libc.def
     80# LIBC .def file
     81$(LIBC.DEF): $(LIBC.LIBS) src/lib/libc.def
    8482        $(call RM,$@)
    8583        @$(call FECHO,$@,LIBRARY libc$(VH)$(VM) INITINSTANCE TERMINSTANCE)
     
    9088        $(call DO.EMXEXP,$(filter %.lib,$^),$@)
    9189        krx.exe src/lib/dlllegacy.cmd -e "_DLL_InitTerm" $@ src/lib/libc.def
    92         $(call UPDATE,$@,$(LIBC.DEF))
    93         $(call TOUCH,$@)
    9490
    9591# LIBC libraries with dllinit.
Note: See TracChangeset for help on using the changeset viewer.