From: Ondřej Hošek Date: Sun, 28 Jan 2007 22:02:27 +0000 (+0000) Subject: B138: Fixed OS X Bison call problem. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d26072a071fbe4ca41cb5f715394fe52be9c1239;p=supertux.git B138: Fixed OS X Bison call problem. SVN-Revision: 4721 --- diff --git a/mk/jam/macosx.jam b/mk/jam/macosx.jam index 08a604402..832fb0939 100644 --- 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]) } }