X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2FJamfile;h=a6df87e91c443fa5dd46278fecf2dea34541d39e;hb=0608116fe96de0edda6dcd8d1e0e528ff1c73f9f;hp=3c3451a3bbf807110f828a6102851c0a71424158;hpb=8597837cd6e8a2d9b7f50d9d8e436a5981d49902;p=supertux.git 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) ] ;