2010-09-15 23:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/global.mk
    + Pointing to INSTALL doc in missing HB_INSTALL_PREFIX error 
      message.
This commit is contained in:
Viktor Szakats
2010-09-15 21:25:53 +00:00
parent c4a20afb50
commit 7bdf4cef43
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-09-15 23:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
+ Pointing to INSTALL doc in missing HB_INSTALL_PREFIX error
message.
2010-09-15 23:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/hbwin.hbp
+ contrib/hbwin/win_rpc.c

View File

@@ -1699,7 +1699,7 @@ else
# copied to install destination.
ifneq ($(filter install,$(HB_MAKECMDGOALS)),)
ifeq ($(HB_PLATFORM_UNIX),)
$(error ! Please set HB_INSTALL_PREFIX and try again.)
$(error ! Please set HB_INSTALL_PREFIX and try again. For more information: read INSTALL)
endif
endif
endif