Fixed "route depends on itself" warning (added <bin> in front of route). I hope this is correct. Ingo? :)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7118 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald
2004-03-30 10:55:28 +00:00
parent 8070acfb47
commit 8a8389eed0
+2 -2
View File
@@ -11,9 +11,9 @@ BinCommand <bin>route :
# Installation -- in the test directory for the time being # Installation -- in the test directory for the time being
OBOSInstall install-networking OBOSInstall install-networking
: [ FDirName $(OBOS_TEST_DIR) kits net ] : [ FDirName $(OBOS_TEST_DIR) kits net ]
: <installed>route ; : <bin>route ;
Package openbeos-networkingkit-cvs : Package openbeos-networkingkit-cvs :
<installed>route : <bin>route :
# boot home config bin ; # boot home config bin ;
boot home Desktop openbeos-networkingkit ; boot home Desktop openbeos-networkingkit ;