From 0fe2cb22d5958443cd17312f0109c7b9b4da9074 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 8 Feb 2004 22:54:05 +0000 Subject: [PATCH 1/1] 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 --- 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 aed7bc31db..dd8ce11ad4 100644 --- a/docs/os2/install.txt +++ b/docs/os2/install.txt @@ -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 not do the thing you want), e.g. 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 variable that needs to be set might be MAKE_SHELL instead of MAKESHELL. -- 2.47.2