(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.2 and 1.3

version 1.2, 2006/07/11 18:39:27 version 1.3, 2006/07/11 18:41:11
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.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2