From cd62a028eaafb01e75e2941838220b7072899a15 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 3 Mar 2007 17:51:09 +0000 Subject: [PATCH] fix another dependency problem SVN-Revision: 4914 --- src/scripting/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripting/Jamfile b/src/scripting/Jamfile index 3c3451a3b..a6df87e91 100644 --- a/src/scripting/Jamfile +++ b/src/scripting/Jamfile @@ -20,7 +20,7 @@ if $(MINISWIG) local h = $(headerfile:G=) ; h = $(h:D=) ; Includes $(h) : $(headerfile) ; - Depends $(headerfile) : $(cppfile) ; + Includes $(headerfile) : $(cppfile) ; local object = [ CompileObject $(cppfile) ] ; -- 2.11.0