(file) Return to build.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/build.mak between version 1.1 and 1.2

version 1.1, 2001/01/14 19:50:20 version 1.2, 2001/02/05 23:43:44
Line 3 
Line 3 
  
 $(OBJ_DIR)/target: $(ERROR) $(OBJ_DIR)/target: $(ERROR)
         @ $(MKDIRHIER) $(OBJ_DIR)         @ $(MKDIRHIER) $(OBJ_DIR)
         @ touch $(OBJ_DIR)/target          @ $(TOUCH) $(OBJ_DIR)/target
  
 $(BIN_DIR)/target: $(ERROR) $(BIN_DIR)/target: $(ERROR)
         @ $(MKDIRHIER) $(BIN_DIR)         @ $(MKDIRHIER) $(BIN_DIR)
         @ touch $(BIN_DIR)/target          @ $(TOUCH) $(BIN_DIR)/target
  
 $(LIB_DIR)/target: $(ERROR) $(LIB_DIR)/target: $(ERROR)
         @ $(MKDIRHIER) $(LIB_DIR)         @ $(MKDIRHIER) $(LIB_DIR)
         @ touch $(LIB_DIR)/target          @ $(TOUCH) $(LIB_DIR)/target


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