projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37afc25
)
B138: Fixed OS X Bison call problem.
author
Ondřej Hošek
<ondra.hosek@gmail.com>
Sun, 28 Jan 2007 22:02:27 +0000
(22:02 +0000)
committer
Ondřej Hošek
<ondra.hosek@gmail.com>
Sun, 28 Jan 2007 22:02:27 +0000
(22:02 +0000)
SVN-Revision: 4721
mk/jam/macosx.jam
patch
|
blob
|
history
diff --git
a/mk/jam/macosx.jam
b/mk/jam/macosx.jam
index
08a6044
..
832fb09
100644
(file)
--- a/
mk/jam/macosx.jam
+++ b/
mk/jam/macosx.jam
@@
-89,6
+89,6
@@
if $(BISON)
actions Bison
{
$(BISON) -d $(BISON_FLAGS) -o $(<[1]) $(>)
-
if exist $(<[1]).h
$(MV) $(<[1]).h $(<[2])
+
test -f $(<[1]).h &&
$(MV) $(<[1]).h $(<[2])
}
}