From: Matthias Braun Date: Sat, 3 Mar 2007 17:51:09 +0000 (+0000) Subject: fix another dependency problem X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cd62a028eaafb01e75e2941838220b7072899a15;p=supertux.git fix another dependency problem SVN-Revision: 4914 --- 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) ] ;