gsm.c no longer depends on phone.h

This commit is contained in:
Pierre Pronchery 2010-05-18 21:40:20 +00:00
parent 87d47ca380
commit b257de302c
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ callbacks.o: callbacks.c ../include/Phone.h phone.h callbacks.h
command.o: command.c gsm.h command.h
$(CC) $(phone_CFLAGS) -c command.c
gsm.o: gsm.c ../include/Phone.h phone.h command.h modem.h gsm.h
gsm.o: gsm.c command.h modem.h gsm.h
$(CC) $(phone_CFLAGS) -c gsm.c
main.o: main.c ../include/Phone.h phone.h ../config.h

View File

@ -44,7 +44,7 @@ depends=../include/Phone.h,phone.h,callbacks.h
depends=gsm.h,command.h
[gsm.c]
depends=../include/Phone.h,phone.h,command.h,modem.h,gsm.h
depends=command.h,modem.h,gsm.h
[main.c]
depends=../include/Phone.h,phone.h,../config.h