Script install-sh wants a '-c' parameter, otherwise it 'moves' the header
files instead of copying them. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
23fbd31a9b
commit
0fe2cb22d5
@ -182,7 +182,7 @@ and INSTALL (to point to the install script. If you omit this, configure
|
|||||||
might find something like the system's tcpip\pcomos\install.exe which will
|
might find something like the system's tcpip\pcomos\install.exe which will
|
||||||
not do the thing you want), e.g.
|
not do the thing you want), e.g.
|
||||||
SET MAKESHELL=ash
|
SET MAKESHELL=ash
|
||||||
SET INSTALL=/wx/wxWindows-2.5.1/install-sh.
|
SET INSTALL=/wx/wxWindows-2.5.1/install-sh -c
|
||||||
|
|
||||||
Be warned that depending on the precise version of your make, the
|
Be warned that depending on the precise version of your make, the
|
||||||
variable that needs to be set might be MAKE_SHELL instead of MAKESHELL.
|
variable that needs to be set might be MAKE_SHELL instead of MAKESHELL.
|
||||||
|
Loading…
Reference in New Issue
Block a user