fix compile without UPX, XUPX is passed to exeflat so should be unset when not using UPX

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1370 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2009-04-30 07:04:53 +00:00
parent ae3d48ab33
commit 14116c8fbc

View File

@ -40,7 +40,6 @@ echo Linker is %XLINK%.
if not "%XUPX%" == "" set UPXOPT=-U
if "%XUPX%" == "" set UPXOPT=
if "%XUPX%" == "" set XUPX=@rem
goto end