Correct the dependencies for the configure tool

This commit is contained in:
Pierre Pronchery 2017-11-18 00:49:36 +01:00
parent 8bc9658344
commit d9ec638f4d

View File

@ -9,6 +9,8 @@ type=binary
cflags=`pkg-config --cflags libSystem`
ldflags=`pkg-config --libs libSystem`
sources=configure.c
[configure.c]
depends=../src/configure.c,../src/configure.h,../src/main.c,../src/makefile.c,../src/makefile.h,../src/settings.c,../src/settings.h
[pkg-config]