Changeset 1897


Ignore:
Timestamp:
Apr 24, 2005, 9:22:50 AM (20 years ago)
Author:
bird
Message:

oops. OPEN not CREATE.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.60 to 1.61
    r1896 r1897  
    205205        $(call RM,$@)
    206206        $(IMPLIB) -o $@ $<
    207         echo "CREATE $@" > $@.ar-script
     207        echo "OPEN $@" > $@.ar-script
    208208        echo "ADDMOD $(filter %.o,$^)" >> $@.ar-script
    209209        echo "ADDLIB $(dir $@)libsocket.a" >> $@.ar-script
Note: See TracChangeset for help on using the changeset viewer.