From: hadaq Date: Sun, 25 Jul 2010 10:22:25 +0000 (+0000) Subject: update deps X-Git-Tag: v6.0~227 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5f6b5cbc5f388be8c6bf25c6b5361b15060bb2ea;p=trbnettools.git update deps --- diff --git a/trbnetd/Makefile b/trbnetd/Makefile index d156dbb..c9e5a22 100644 --- a/trbnetd/Makefile +++ b/trbnetd/Makefile @@ -91,22 +91,22 @@ depend: # ------------ Dependencies -------------------------------------------- trbcmd: trbcmd.o libtrbnet.a -trbcmd.o: trbcmd.c trberror.h +trbcmd.o: trbcmd.c trbnet.h trberror.h trbdhcp: trbdhcp.o libtrbnet.a -trbdhcp.o: trbdhcp.c trberror.h +trbdhcp.o: trbdhcp.c trbnet.h trberror.h trbflash: trbflash.o libtrbnet.a -trbflash.o: trbflash.c trberror.h +trbflash.o: trbflash.c trbnet.h trberror.h trbrichcmd: trbrichcmd.o libtrbnet.a -trbrichcmd.o: trbrichcmd.c trberror.h +trbrichcmd.o: trbrichcmd.c trbnet.h trberror.h trb_i2c: trb_i2c.o libtrbnet.a -trb_i2c.o: trb_i2c.c trberror.h +trb_i2c.o: trb_i2c.c trbnet.h trberror.h pulser: pulser.o libtrbnet.a -pulser.o: pulser.c trberror.h +pulser.o: pulser.c trbnet.h trberror.h # ----------------------------------------------------------------------