Ignore:
Timestamp:
Jun 25, 2004, 12:28:36 AM (21 years ago)
Author:
bird
Message:

maintaincy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GCC3.kmk

    r94 r112  
    7373define TOOL_GCC3_COMPILE_C
    7474#$ (warning dbg: TOOL_GCC3_COMPILE_C: target=$(target) source=$(source) obj=$(obj) dep=$(dep) flags=$(flags) defs=$(defs) incs=$(incs) dirdep=$(dirdep) outbase=$(outbase) objsuff=$(objsuff))
    75 $(obj): $(dirdep) $(PATH_CURRENT)/$(source)
     75$(obj): $(dirdep) $(source)
    7676        $(call MSG_L2,Compiling $$@ using GCC3)
    7777        $(TOOL_GCC3_CC) -c\
     
    7979                -Wp,-MD,$(dep) -Wp,-MT,$$@ \
    8080                -o $$@\
    81                 $(PATH_CURRENT)/$(source)               
     81                $(source)               
    8282               
    8383endef
     
    9898define TOOL_GCC3_COMPILE_CXX
    9999#$ (warning dbg: TOOL_GCC3_COMPILE_CXX: target=$(target) source=$(source) obj=$(obj) dep=$(dep) flags=$(flags) defs=$(defs) incs=$(incs) dirdep=$(dirdep) outbase=$(outbase) objsuff=$(objsuff))
    100 $(obj): $(dirdep) $(PATH_CURRENT)/$(source)
     100$(obj): $(dirdep) $(source)
    101101        $(call MSG_L2,Compiling $$@ using GCC3)
    102102        $(TOOL_GCC3_CXX) -c\
     
    104104                -Wp,-MD,$(dep) -Wp,-MT,$$@ \
    105105                -o $$@\
    106                 $(PATH_CURRENT)/$(source)               
     106                $(source)               
    107107               
    108108endef
Note: See TracChangeset for help on using the changeset viewer.