IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2004, 10:47:02 PM (22 years ago)
Author:
eugene
Message:

fixed makefiles

File:
1 edited

Legend:

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

    r2415 r2510  
    33# are not needed for linux.  creating and empty, dummy library allows
    44# the linking lines to be identical
     5
     6include ../../Configure
     7
     8DESTLIB =       $(LLIB)
    59
    610default: libdummy
     
    1317        ar rcv libsocket.a dummy.o
    1418        ranlib libsocket.a
    15         cp libsocket.a ../../lib/$(ARCH)/
     19        cp libsocket.a $(DESTLIB)
    1620        ar rcv libnsl.a dummy.o
    1721        ranlib libnsl.a
    18         cp libnsl.a ../../lib/$(ARCH)/
     22        cp libnsl.a $(DESTLIB)
    1923
    2024# utilities #################################################
Note: See TracChangeset for help on using the changeset viewer.