projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb1843
)
fix another dependency problem
author
Matthias Braun
<matze@braunis.de>
Sat, 3 Mar 2007 17:51:09 +0000
(17:51 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sat, 3 Mar 2007 17:51:09 +0000
(17:51 +0000)
SVN-Revision: 4914
src/scripting/Jamfile
patch
|
blob
|
history
diff --git
a/src/scripting/Jamfile
b/src/scripting/Jamfile
index
3c3451a
..
a6df87e
100644
(file)
--- a/
src/scripting/Jamfile
+++ b/
src/scripting/Jamfile
@@
-20,7
+20,7
@@
if $(MINISWIG)
local h = $(headerfile:G=) ;
h = $(h:D=) ;
Includes $(h) : $(headerfile) ;
-
Depend
s $(headerfile) : $(cppfile) ;
+
Include
s $(headerfile) : $(cppfile) ;
local object = [ CompileObject $(cppfile) ] ;