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

Diff for /pegasus/mak/objects-zos.mak between version 1.6 and 1.7

version 1.6, 2007/04/23 07:44:33 version 1.7, 2007/08/30 07:50:34
Line 52 
Line 52 
         @ $(RM) $(_TMP_O)         @ $(RM) $(_TMP_O)
         @ $(TOUCH) $@         @ $(TOUCH) $@
         @ $(ECHO)         @ $(ECHO)
   
   $(OBJ_DIR)/%.o: %.c $(ERROR)
           $(CC) -c -o $(_TMP_O) $(FLAGS) $(EXTRA_CXX_FLAGS) $(LOCAL_DEFINES) $(DEFINES) $(SYS_INCLUDES) $(INCLUDES) $*.c > $*.lst
           @ $(ZIP) -m $@.lst.zip $*.lst
           @ $(COPY) $(_TMP_O) $@
           @ $(RM) $(_TMP_O)
           @ $(TOUCH) $@
           @ $(ECHO)


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2