Add support for DESTDIR in the "clint" test

This commit is contained in:
Pierre Pronchery 2018-03-09 01:46:50 +01:00
parent e3d82103a9
commit bd9e85bf34

View File

@ -21,7 +21,7 @@ depends=../src/buffer.c
[clint.log]
type=script
script=./clint.sh -O CPPFLAGS="-I../include `pkg-config --cflags python-2.7`"
script=./clint.sh -O CPPFLAGS="-I$(DESTDIR)$(PREFIX)/include -I../include `pkg-config --cflags python-2.7`"
depends=$(OBJDIR)../src/libSystem.a,clint.sh
[config]