B138: Fixed OS X Bison call problem.
authorOndřej Hošek <ondra.hosek@gmail.com>
Sun, 28 Jan 2007 22:02:27 +0000 (22:02 +0000)
committerOndř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

index 08a6044..832fb09 100644 (file)
@@ -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])
   }
 }