From bfd56e51a1f0c9bfd1b92980a3c4e4f865e2c448 Mon Sep 17 00:00:00 2001 From: danchev Date: Mon, 4 Sep 2006 09:38:53 +0000 Subject: [PATCH] use build script from source directory, not a system-wide one found in /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@4 f6dd340e-d3f9-0310-b409-bdd246841980 --- icmake/programs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icmake/programs b/icmake/programs index 05f10936..c5b774b0 100644 --- a/icmake/programs +++ b/icmake/programs @@ -18,7 +18,7 @@ void programs() if (!exists("tmp/bin/htmlindex")) { chdir("src/htmlindex"); - run("build"); + run("./build"); chdir("../../"); } }