Fixed Includes invocation for .def files. The wrong variable was used.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31524 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -63,8 +63,7 @@ local bashDefFiles =
|
|||||||
local bashDefFile ;
|
local bashDefFile ;
|
||||||
for bashDefFile in [ FGristFiles $(bashDefFiles) ] {
|
for bashDefFile in [ FGristFiles $(bashDefFiles) ] {
|
||||||
local source = $(bashDefFile:S=.c) ;
|
local source = $(bashDefFile:S=.c) ;
|
||||||
Includes $(cFile) : <bash>builtext.h ;
|
Includes $(source) : <bash>builtext.h ;
|
||||||
Depends $(cFile:S=$(SUFOBJ)) : <bash>builtext.h ;
|
|
||||||
MkBuiltinsComp $(source) : $(bashDefFile) ;
|
MkBuiltinsComp $(source) : $(bashDefFile) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user