(file) Return to static-library-unix.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/static-library-unix.mak between version 1.1 and 1.2

version 1.1, 2006/06/19 20:48:41 version 1.2, 2006/07/11 18:39:27
Line 40 
Line 40 
 FULL_LIB=$(LIB_DIR)/lib$(LIBRARY).a FULL_LIB=$(LIB_DIR)/lib$(LIBRARY).a
  
 $(FULL_LIB): $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(ERROR) $(FULL_LIB): $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(ERROR)
         ar r $(FULL_LIB) $(OBJECTS)          $(AR) r $(FULL_LIB) $(OBJECTS)
  
 clean-lib: $(ERROR) clean-lib: $(ERROR)
         rm -f $(FULL_LIB)         rm -f $(FULL_LIB)


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2