The "hayes" test now depends on "../config.h"
This commit is contained in:
parent
d71d941689
commit
be062477f9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user