Ignore:
Timestamp:
Sep 8, 2008, 4:07:02 AM (17 years ago)
Author:
bird
Message:

qt3,qt4: Fixed defpath bug, source was omitted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/units/qt3.kmk

    r1770 r1771  
    435435# default path + source dep.
    436436ifneq ($(defpath),)
    437 local deps      := $(abspathex $(deps) $(source),$($(target)_PATH))
    438 local incs      := $(abspathex $(incs),$($(target)_PATH))
     437local source    := $(abspathex $(source),$(defpath))
     438local deps      := $(abspathex $(deps),$(defpath)) $(source)
     439local incs      := $(abspathex $(incs),$(defpath))
    439440else
    440441local deps      += $(source)
     
    524525# default path + source dep.
    525526ifneq ($(defpath),)
    526 local deps      := $(abspathex $(deps) $(source),$($(target)_PATH))
    527 local incs      := $(abspathex $(incs),$($(target)_PATH))
     527local source    := $(abspathex $(source),$(defpath))
     528local deps      := $(abspathex $(deps),$(defpath)) $(source)
     529local incs      := $(abspathex $(incs),$(defpath))
    528530else
    529531local deps      += $(source)
     
    615617# default path + source dep.
    616618ifneq ($(defpath),)
    617 local deps      := $(abspathex $(deps) $(source),$($(target)_PATH))
     619local source    := $(abspathex $(source),$(defpath))
     620local deps      := $(abspathex $(deps),$(defpath)) $(source)
    618621else
    619622local deps      += $(source)
     
    701704# default path + source dep.
    702705ifneq ($(defpath),)
    703 local deps      := $(abspathex $(deps) $(source),$($(target)_PATH))
    704 local incs      := $(abspathex $(incs),$($(target)_PATH))
     706local source    := $(abspathex $(source),$(defpath))
     707local deps      := $(abspathex $(deps),$(defpath)) $(source)
     708local incs      := $(abspathex $(incs),$(defpath))
    705709else
    706710local deps      += $(source)
Note: See TracChangeset for help on using the changeset viewer.