From e5a843d5a2f5dcb7ac50c85a814d8a88db63267d Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 6 Jul 2009 11:54:04 +0000 Subject: [PATCH] Fixed the pacificnew dependency. I guess while undoing the debug output I accidentally also reverted that change. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31418 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/data/etc/timezones/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/etc/timezones/Jamfile b/src/data/etc/timezones/Jamfile index 036f4386dd..109fac1af3 100644 --- a/src/data/etc/timezones/Jamfile +++ b/src/data/etc/timezones/Jamfile @@ -51,4 +51,4 @@ Depends [ FTimeZoneBinaries [ FGristFiles backward ] ] # "pacificnew" links to a file from "northamerica". Depends [ FTimeZoneBinaries [ FGristFiles pacificnew ] ] - : pacificnew ; + : northamerica ;