callbacks.c also depends on xmleditor.h
This commit is contained in:
parent
8ea9b6de52
commit
a5c5cd1e91
|
@ -24,7 +24,7 @@ xmleditor_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
|||
xmleditor: $(xmleditor_OBJS)
|
||||
$(CC) -o xmleditor $(xmleditor_OBJS) $(xmleditor_LDFLAGS)
|
||||
|
||||
callbacks.o: callbacks.c callbacks.h
|
||||
callbacks.o: callbacks.c callbacks.h xmleditor.h
|
||||
$(CC) $(xmleditor_CFLAGS) -c callbacks.c
|
||||
|
||||
xmleditor.o: xmleditor.c callbacks.h xmleditor.h ../config.h
|
||||
|
|
|
@ -13,7 +13,7 @@ sources=callbacks.c,xmleditor.c,main.c
|
|||
install=$(BINDIR)
|
||||
|
||||
[callbacks.c]
|
||||
depends=callbacks.h
|
||||
depends=callbacks.h,xmleditor.h
|
||||
|
||||
[xmleditor.c]
|
||||
depends=callbacks.h,xmleditor.h,../config.h
|
||||
|
|
Loading…
Reference in New Issue
Block a user