src/modem.c also depends on config.h
This commit is contained in:
parent
8361170957
commit
527c1c8317
@ -42,7 +42,7 @@ main.o: main.c ../include/Phone/phone.h phone.h ../config.h
|
||||
$(CC) -D PREFIX=\"$(PREFIX)\" $(phone_CFLAGS) -c main.c
|
||||
|
||||
modem.o: modem.c modem.h ../config.h
|
||||
$(CC) $(phone_CFLAGS) -c modem.c
|
||||
$(CC) -D PREFIX=\"$(PREFIX)\" $(phone_CFLAGS) -c modem.c
|
||||
|
||||
phone.o: phone.c ../include/Phone/phone.h modem.h phone.h callbacks.h ../config.h
|
||||
$(CC) -D PREFIX=\"$(PREFIX)\" $(phone_CFLAGS) -c phone.c
|
||||
|
@ -31,6 +31,7 @@ cppflags=-D PREFIX=\"$(PREFIX)\"
|
||||
|
||||
[modem.c]
|
||||
depends=modem.h,../config.h
|
||||
cppflags=-D PREFIX=\"$(PREFIX)\"
|
||||
|
||||
[phone.c]
|
||||
depends=../include/Phone/phone.h,modem.h,phone.h,callbacks.h,../config.h
|
||||
|
Loading…
Reference in New Issue
Block a user