]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update deps
authorhadaq <hadaq>
Sun, 25 Jul 2010 10:22:25 +0000 (10:22 +0000)
committerhadaq <hadaq>
Sun, 25 Jul 2010 10:22:25 +0000 (10:22 +0000)
trbnetd/Makefile

index d156dbbd6c670afd5c8670f03de273bcadb6a308..c9e5a224c8304f526986c0e3ea58f260103f9eb1 100644 (file)
@@ -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
 
 # ----------------------------------------------------------------------