Selaa lähdekoodia

+ SunOS uses UNIX installation directories

carl 24 vuotta sitten
vanhempi
sitoutus
1a2199cc3c
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      fcl/Makefile

+ 7 - 1
fcl/Makefile

@@ -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
 default: all
 override PATH:=$(subst \,/,$(PATH))
 override PATH:=$(subst \,/,$(PATH))
@@ -213,6 +213,9 @@ endif
 ifeq ($(OS_TARGET),netbsd)
 ifeq ($(OS_TARGET),netbsd)
 UNIXINSTALLDIR=1
 UNIXINSTALLDIR=1
 endif
 endif
+ifeq ($(OS_TARGET),sunos)
+UNIXINSTALLDIR=1
+endif
 else
 else
 ifeq ($(OS_SOURCE),linux)
 ifeq ($(OS_SOURCE),linux)
 UNIXINSTALLDIR=1
 UNIXINSTALLDIR=1
@@ -223,6 +226,9 @@ endif
 ifeq ($(OS_SOURCE),netbsd)
 ifeq ($(OS_SOURCE),netbsd)
 UNIXINSTALLDIR=1
 UNIXINSTALLDIR=1
 endif
 endif
+ifeq ($(OS_TARGET),sunos)
+UNIXINSTALLDIR=1
+endif
 endif
 endif
 ifndef INSTALL_PREFIX
 ifndef INSTALL_PREFIX
 ifdef UNIXINSTALLDIR
 ifdef UNIXINSTALLDIR