Browse Source

+ SunOS uses UNIX installation directories

carl 24 years ago
parent
commit
1a2199cc3c
1 changed files with 7 additions and 1 deletions
  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
 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