Makefile: add utf8.h as window.o dependency (#280)
unlikely for utf8.h to change, other than syncing with upstream, but doesn't hurt tracking it either ways.
This commit is contained in:
parent
c713186ce9
commit
57ff8afe02
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ nsxiv: $(objs)
|
||||||
|
|
||||||
$(objs): Makefile config.mk nsxiv.h config.h commands.h
|
$(objs): Makefile config.mk nsxiv.h config.h commands.h
|
||||||
options.o: version.h
|
options.o: version.h
|
||||||
window.o: icon/data.h
|
window.o: icon/data.h utf8.h
|
||||||
|
|
||||||
config.h:
|
config.h:
|
||||||
@echo "GEN $@"
|
@echo "GEN $@"
|
||||||
|
|
Loading…
Reference in New Issue