IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2005, 12:53:22 PM (21 years ago)
Author:
eugene
Message:

fixed dependencies

File:
1 edited

Legend:

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

    r4026 r4032  
    6868$(OBJ2): $(INC2)
    6969$(AOBJ): $(ASRC)/%.$(ARCH).o : $(ADEF)/%.d $(ACOM)
    70         cd $(AUTO) && make objects
     70        cd $(AUTO) && make install
    7171
    7272$(DESTLIB)/libohana.a: $(LIB)/libohana.$(ARCH).a
     
    7575        cp $(LIB)/libohana.$(ARCH).a $(DESTLIB)/libohana.a
    7676
    77 $(LIB)/libohana.$(ARCH).a: $(OBJ1) $(OBJ2) $(AOBJ)
     77$(LIB)/libohana.$(ARCH).a: $(OBJ1) $(AOBJ) $(OBJ2)
    7878        @if [ ! -d $(LIB) ]; then mkdir -p $(LIB); fi
    7979        rm -f $(LIB)/libohana.$(ARCH).a
Note: See TracChangeset for help on using the changeset viewer.