+ SunOS uses UNIX installation directories

This commit is contained in:
carl 2001-12-15 04:32:03 +00:00
parent e841744dd3
commit 1a2199cc3c

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/12/11]
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/12/13]
#
default: all
override PATH:=$(subst \,/,$(PATH))
@ -213,6 +213,9 @@ endif
ifeq ($(OS_TARGET),netbsd)
UNIXINSTALLDIR=1
endif
ifeq ($(OS_TARGET),sunos)
UNIXINSTALLDIR=1
endif
else
ifeq ($(OS_SOURCE),linux)
UNIXINSTALLDIR=1
@ -223,6 +226,9 @@ endif
ifeq ($(OS_SOURCE),netbsd)
UNIXINSTALLDIR=1
endif
ifeq ($(OS_TARGET),sunos)
UNIXINSTALLDIR=1
endif
endif
ifndef INSTALL_PREFIX
ifdef UNIXINSTALLDIR