From 67bcc8cb6975bb1af293e129bf8f6c38f463c777 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 17 Oct 2009 21:20:04 +0000 Subject: [PATCH] Removed accidental debug. Thanks Stephan ! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33627 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/BeOSRules | 1 - 1 file changed, 1 deletion(-) diff --git a/build/jam/BeOSRules b/build/jam/BeOSRules index b4bee9e94a..1a4baeb167 100644 --- a/build/jam/BeOSRules +++ b/build/jam/BeOSRules @@ -369,7 +369,6 @@ rule DoCatalogs appName # Application name trans = [ FGristFiles $(translatedCatalogs) ] ; srcs = [ FGristFiles $(sources) ] ; SEARCH on $(trans) += [ FDirName $(HAIKU_TOP) data catalogs $(SUBDIR_TOKENS[2-]) ] ; - echo [ FDirName $(HAIKU_TOP) data catalogs $(SUBDIR_TOKENS[2-]) ] ; ExtractCatalogEntries $(genCat:S=.catkeys) : $(srcs) : $(signature) ;