Script flags are now declared separately
This commit is contained in:
parent
fc8c13caa8
commit
6d448a9df1
|
@ -21,7 +21,8 @@ depends=../src/buffer.c
|
||||||
|
|
||||||
[clint.log]
|
[clint.log]
|
||||||
type=script
|
type=script
|
||||||
script=./clint.sh -O CPPFLAGS="-I$(DESTDIR)$(PREFIX)/include -I../include `pkg-config --cflags python-2.7`"
|
script=./clint.sh
|
||||||
|
flags=-O CPPFLAGS="-I$(DESTDIR)$(PREFIX)/include -I../include `pkg-config --cflags python-2.7`"
|
||||||
depends=$(OBJDIR)../src/libSystem.a,clint.sh
|
depends=$(OBJDIR)../src/libSystem.a,clint.sh
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user