debug.c now depends on config.h
This commit is contained in:
parent
af017e38a6
commit
1905b31d99
@ -55,7 +55,7 @@ template_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) `pkg-config --libs libSystem`
|
|||||||
template.so: $(template_OBJS)
|
template.so: $(template_OBJS)
|
||||||
$(CCSHARED) -o template.so $(template_OBJS) $(template_LDFLAGS)
|
$(CCSHARED) -o template.so $(template_OBJS) $(template_LDFLAGS)
|
||||||
|
|
||||||
debug.o: debug.c
|
debug.o: debug.c ../../config.h
|
||||||
$(CC) $(debug_CFLAGS) -c debug.c
|
$(CC) $(debug_CFLAGS) -c debug.c
|
||||||
|
|
||||||
hayes/command.o: hayes/command.c hayes/command.h
|
hayes/command.o: hayes/command.c hayes/command.h
|
||||||
|
@ -14,6 +14,9 @@ cflags=`pkg-config --cflags gtk+-2.0 libSystem`
|
|||||||
ldflags=`pkg-config --libs gtk+-2.0 libSystem`
|
ldflags=`pkg-config --libs gtk+-2.0 libSystem`
|
||||||
install=$(LIBDIR)/Phone/modem
|
install=$(LIBDIR)/Phone/modem
|
||||||
|
|
||||||
|
[debug.c]
|
||||||
|
depends=../../config.h
|
||||||
|
|
||||||
[hayes]
|
[hayes]
|
||||||
type=plugin
|
type=plugin
|
||||||
sources=hayes/command.c,hayes/quirks.c,hayes.c
|
sources=hayes/command.c,hayes/quirks.c,hayes.c
|
||||||
|
Loading…
Reference in New Issue
Block a user