From 91df926e868cc8d51d6f3d956259a8e7c6ce0e5e Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 8 Feb 2004 22:54:05 +0000 Subject: [PATCH] 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/branches/WX_2_4_BRANCH@25672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/os2/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/os2/install.txt b/docs/os2/install.txt index 447aa9cc8f..34e20108f2 100644 --- a/docs/os2/install.txt +++ b/docs/os2/install.txt @@ -192,7 +192,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 not do the thing you want), e.g. SET MAKESHELL=ash -SET INSTALL=/wx/wxWindows-2.4.2/install-sh. +SET INSTALL=/wx/wxWindows-2.4.2/install-sh -c 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.