From b257de302c6f80ed1f57256a3a1ba7d56c29ccad Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 18 May 2010 21:40:20 +0000 Subject: [PATCH] gsm.c no longer depends on phone.h --- src/Makefile | 2 +- src/project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 9356341..f491e22 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 diff --git a/src/project.conf b/src/project.conf index 5689304..04a61bd 100644 --- a/src/project.conf +++ b/src/project.conf @@ -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