From 1678ada6d1f6e5ae6da692ea3e1edcdd019b7599 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Tue, 3 Feb 2004 22:51:12 +0000 Subject: [PATCH] Make distinct "route" target name for both bin command and rebirth route network protocol module... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6492 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/route/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/bin/route/Jamfile b/src/apps/bin/route/Jamfile index eb35c6f516..37eaddbdbb 100644 --- a/src/apps/bin/route/Jamfile +++ b/src/apps/bin/route/Jamfile @@ -2,7 +2,7 @@ SubDir OBOS_TOP src apps bin route ; UsePrivateHeaders net ; -BinCommand route : +BinCommand route : keywords.c route.c show.c @@ -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 ;