Fix makefile's parameter bug for OSX building.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1184 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2006-08-03 08:53:53 +00:00
parent 43dc3851cf
commit 5afd499259
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<equals arg1="${ToolChain}" arg2="gcc"/>
<then>
<exec dir="${PACKAGE_DIR}/Pccts/dlg" executable="make" failonerror="TRUE">
<arg line="-f makefile"/>
<arg line="-f makefile BIN_DIR=${BIN_DIR}"/>
</exec>
</then>
</elseif>