From 8a8389eed047a03852e0498b7ce043f8900f7b42 Mon Sep 17 00:00:00 2001 From: Waldemar Kornewald Date: Tue, 30 Mar 2004 10:55:28 +0000 Subject: [PATCH] Fixed "route depends on itself" warning (added 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 --- src/apps/bin/route/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/bin/route/Jamfile b/src/apps/bin/route/Jamfile index 37eaddbdbb..5fc0efdd03 100644 --- a/src/apps/bin/route/Jamfile +++ b/src/apps/bin/route/Jamfile @@ -11,9 +11,9 @@ BinCommand route : # Installation -- in the test directory for the time being OBOSInstall install-networking : [ FDirName $(OBOS_TEST_DIR) kits net ] - : route ; + : route ; Package openbeos-networkingkit-cvs : - route : + route : # boot home config bin ; boot home Desktop openbeos-networkingkit ;