The "hayes" test now depends on "../config.h"

This commit is contained in:
Pierre Pronchery 2014-09-11 21:31:25 +02:00
parent d71d941689
commit be062477f9
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ ussd: $(ussd_OBJS)
tests.log: hayes modems pdu plugins tests.sh ussd
./tests.sh -P "$(PREFIX)" -- "tests.log"
hayes.o: hayes.c ../src/modems/hayes.o
hayes.o: hayes.c ../src/modems/hayes.o ../config.h
$(CC) $(hayes_CFLAGS) -c hayes.c
modems.o: modems.c

View File

@ -12,7 +12,7 @@ ldflags=`pkg-config --libs glib-2.0 libSystem`
sources=hayes.c
[hayes.c]
depends=../src/modems/hayes.o
depends=../src/modems/hayes.o,../config.h
[modems]
type=binary