Fixed dependencies
This commit is contained in:
parent
acd0fd3189
commit
ff0fc0158e
|
@ -30,7 +30,7 @@ callbacks.o: callbacks.c callbacks.h xmleditor.h
|
||||||
xmleditor.o: xmleditor.c callbacks.h xmleditor.h ../config.h
|
xmleditor.o: xmleditor.c callbacks.h xmleditor.h ../config.h
|
||||||
$(CC) $(xmleditor_CFLAGS) -c xmleditor.c
|
$(CC) $(xmleditor_CFLAGS) -c xmleditor.c
|
||||||
|
|
||||||
main.o: main.c
|
main.o: main.c xmleditor.h ../config.h
|
||||||
$(CC) $(xmleditor_CFLAGS) -c main.c
|
$(CC) $(xmleditor_CFLAGS) -c main.c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -14,5 +14,8 @@ install=$(BINDIR)
|
||||||
[callbacks.c]
|
[callbacks.c]
|
||||||
depends=callbacks.h,xmleditor.h
|
depends=callbacks.h,xmleditor.h
|
||||||
|
|
||||||
|
[main.c]
|
||||||
|
depends=xmleditor.h,../config.h
|
||||||
|
|
||||||
[xmleditor.c]
|
[xmleditor.c]
|
||||||
depends=callbacks.h,xmleditor.h,../config.h
|
depends=callbacks.h,xmleditor.h,../config.h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user