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

Diff for /pegasus/mak/depend-windows.mak between version 1.7 and 1.8

version 1.7, 2005/05/12 15:27:28 version 1.8, 2005/10/14 17:50:42
Line 38 
Line 38 
 ## the ones that matter (the ones the user put on the path). ## the ones that matter (the ones the user put on the path).
 ## ##
  
 depend: $(OBJ_DIR)/target $(ERROR)  ifdef SOURCES1
   depend:
           mu depend -O$(OBJ_DIR) $(INCLUDES) $(SOURCES1) > $(DEPEND_MAK)
           mu depend -O$(OBJ_DIR) $(INCLUDES) $(SOURCES2) >> $(DEPEND_MAK)
   else
   depend:
         mu depend -O$(OBJ_DIR) $(INCLUDES) $(SOURCES) > $(DEPEND_MAK)         mu depend -O$(OBJ_DIR) $(INCLUDES) $(SOURCES) > $(DEPEND_MAK)
   endif
  
 clean-depend: clean-depend:
         $(RM) $(OBJ_DIR)/depend.mak         $(RM) $(OBJ_DIR)/depend.mak


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2