IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2006, 10:10:07 PM (20 years ago)
Author:
eugene
Message:

fixed dependencies

File:
1 edited

Legend:

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

    r10342 r10368  
    1818
    1919INCS = $(DESTINC)/tap_ohana.h
    20 
    2120TAP = $(SRC)/tap_ohana.$(ARCH).o
    2221
    2322$(TAP): $(INCS)
     23
    2424$(LIB)/libtap_ohana.$(ARCH).a: $(TAP)
    2525$(LIB)/libtap_ohana.$(ARCH).so: $(TAP)
    2626
     27$(DESTLIB)/libtap_ohana.a:  $(LIB)/libtap_ohana.$(ARCH).a
     28$(DESTLIB)/libtap_ohana.so: $(LIB)/libtap_ohana.$(ARCH).so
     29
    2730# libtap tests are currently not compiled or run
Note: See TracChangeset for help on using the changeset viewer.