fix another dependency problem
authorMatthias Braun <matze@braunis.de>
Sat, 3 Mar 2007 17:51:09 +0000 (17:51 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 3 Mar 2007 17:51:09 +0000 (17:51 +0000)
SVN-Revision: 4914

src/scripting/Jamfile

index 3c3451a..a6df87e 100644 (file)
@@ -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) ] ;