diff options
Diffstat (limited to 'netware/buildsapi.bat')
-rwxr-xr-x | netware/buildsapi.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netware/buildsapi.bat b/netware/buildsapi.bat index 57498cbf89..ddf299af23 100755 --- a/netware/buildsapi.bat +++ b/netware/buildsapi.bat @@ -2,11 +2,11 @@ cd ..\sapi\%1 -if "%2" == "clean" make -f ..\..\netware\php4%1.mak clean +if "%2" == "clean" make -f ..\..\netware\php5%1.mak clean if "%2" == "/?" goto USAGE REM Build command -make -f ..\..\netware\php4%1.mak +make -f ..\..\netware\php5%1.mak goto EXIT :USAGE |