Update the dependencies
This commit is contained in:
parent
7803266e8d
commit
6e225a14e3
|
@ -15,7 +15,7 @@ depends=../src/array.c
|
||||||
[clint.log]
|
[clint.log]
|
||||||
type=script
|
type=script
|
||||||
script=./clint.sh -O CPPFLAGS="-I../include `pkg-config --cflags python-2.7`"
|
script=./clint.sh -O CPPFLAGS="-I../include `pkg-config --cflags python-2.7`"
|
||||||
depends=clint.sh
|
depends=$(OBJDIR)../src/libSystem.a,clint.sh
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
type=binary
|
type=binary
|
||||||
|
@ -41,7 +41,7 @@ depends=../src/event.c
|
||||||
[fixme.log]
|
[fixme.log]
|
||||||
type=script
|
type=script
|
||||||
script=./fixme.sh
|
script=./fixme.sh
|
||||||
depends=fixme.sh
|
depends=$(OBJDIR)../src/libSystem.a,fixme.sh
|
||||||
|
|
||||||
[includes]
|
[includes]
|
||||||
type=binary
|
type=binary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user