From 5f6b5cbc5f388be8c6bf25c6b5361b15060bb2ea Mon Sep 17 00:00:00 2001 From: hadaq Date: Sun, 25 Jul 2010 10:22:25 +0000 Subject: [PATCH] update deps --- trbnetd/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 # ---------------------------------------------------------------------- -- 2.43.0