IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2004, 2:30:56 PM (22 years ago)
Author:
eugene
Message:

mods to makefiles to fix solaris compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdummy/Makefile

    r2510 r2833  
    1616        gcc -c -o dummy.o dummy.c
    1717        ar rcv libsocket.a dummy.o
    18         ranlib libsocket.a
     18        $(RANLIB) libsocket.a
    1919        cp libsocket.a $(DESTLIB)
    2020        ar rcv libnsl.a dummy.o
    21         ranlib libnsl.a
     21        $(RANLIB) libnsl.a
    2222        cp libnsl.a $(DESTLIB)
    2323
Note: See TracChangeset for help on using the changeset viewer.