projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ddc3b7e
)
don't delete wrapper.cpp when doing jam clean
author
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 22:01:43 +0000
(22:01 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 22:01:43 +0000
(22:01 +0000)
SVN-Revision: 2421
src/scripting/Jamfile
patch
|
blob
|
history
diff --git
a/src/scripting/Jamfile
b/src/scripting/Jamfile
index
6214f71
..
a647666
100644
(file)
--- a/
src/scripting/Jamfile
+++ b/
src/scripting/Jamfile
@@
-24,7
+24,6
@@
if $(MINISWIG)
rule MiniSwig
{
Depends $(<) : $(>) $(MINISWIG) ;
rule MiniSwig
{
Depends $(<) : $(>) $(MINISWIG) ;
- Clean clean : $(<) ;
}
actions MiniSwig bind headerfile
}
actions MiniSwig bind headerfile