callbacks.c also depends on xmleditor.h

This commit is contained in:
Pierre Pronchery 2010-11-14 00:37:00 +00:00
parent 8ea9b6de52
commit a5c5cd1e91
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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