Change INSTALL_LASTness.
This commit is contained in:
parent
a987271c7e
commit
4be9e22a91
1 changed files with 2 additions and 1 deletions
|
@ -11,13 +11,14 @@ RANLIB=i386-go32-ranlib
|
|||
AR=i386-go32-ar
|
||||
GCC_FOR_TARGET=${target}-gcc
|
||||
CC_FOR_TARGET=${target_alias}-gcc
|
||||
AS_FOR_TARGET=${target_alias}-as
|
||||
AR_FOR_TARGET=${target_alias}-ar
|
||||
RANLIB_FOR_TARGET=${target_alias}-ranlib
|
||||
HOST_PREFIX=cross
|
||||
HOST_PREFIX_1=cross
|
||||
MAKEINFOFLAGS=--no-split
|
||||
|
||||
INSTALL_LAST=install-dosrel
|
||||
INSTALL_LAST=$(INSTALL_LAST_REAL)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue