Belatedly update make dependencies for standalone client build
expect.$O was out of date since commitc9c9305c
. ringbuf.$O and sysdep_w32.$O were out of date since commitf082ef9f
.
This commit is contained in:
parent
f30ecd3da7
commit
b65395d6f4
1 changed files with 7 additions and 7 deletions
|
@ -79,16 +79,16 @@ uninstall:
|
||||||
rm $(mandir)/man6/empire.6
|
rm $(mandir)/man6/empire.6
|
||||||
|
|
||||||
# FIXME generate from .d
|
# FIXME generate from .d
|
||||||
expect.$O: misc.h sysdep_w32.h
|
expect.$O: misc.h sysdep_w32.h proto.h
|
||||||
host.$O: misc.h sysdep_w32.h
|
host.$O: misc.h sysdep_w32.h
|
||||||
linebuf.$O: linebuf.h
|
linebuf.$O: linebuf.h
|
||||||
login.$O: misc.h proto.h sysdep_w32.h
|
login.$O: misc.h sysdep_w32.h proto.h
|
||||||
main.$O: misc.h version.h sysdep_w32.h
|
main.$O: misc.h sysdep_w32.h version.h
|
||||||
play.$O: linebuf.h misc.h proto.h ringbuf.h secure.h sysdep_w32.h
|
play.$O: linebuf.h misc.h sysdep_w32.h proto.h ringbuf.h secure.h
|
||||||
ringbuf.$O: ringbuf.h
|
ringbuf.$O: misc.h sysdep_w32.h ringbuf.h
|
||||||
secure.$O: ringbuf.h secure.h
|
secure.$O: ringbuf.h secure.h
|
||||||
servcmd.$O: misc.h proto.h secure.h sysdep_w32.h
|
servcmd.$O: misc.h sysdep_w32.h proto.h secure.h
|
||||||
sysdep_w32.$O: misc.h sysdep_w32.h
|
sysdep_w32.$O: misc.h sysdep_w32.h linebuf.h ringbuf.h secure.h
|
||||||
termlib.$O: misc.h sysdep_w32.h
|
termlib.$O: misc.h sysdep_w32.h
|
||||||
version.$O: version.h
|
version.$O: version.h
|
||||||
$(obj): config.h
|
$(obj): config.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue