瀏覽代碼

no message

florian 21 年之前
父節點
當前提交
d70ab8667f
共有 2 個文件被更改,包括 8 次插入2 次删除
  1. 5 2
      Makefile
  2. 3 0
      Makefile.fpc

+ 5 - 2
Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/10]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/21]
 #
 default: help
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
@@ -232,6 +232,9 @@ endif
 ifeq ($(CPU_TARGET),powerpc)
 PPSUF=ppc
 endif
+ifeq ($(CPU_TARGET),sparc)
+PPSUF=sparc
+endif
 ifeq ($(CPU_TARGET),alpha)
 PPSUF=axp
 endif
@@ -878,7 +881,7 @@ ifndef COPY
 COPY:=$(CPPROG) -fp
 endif
 ifndef COPYTREE
-COPYTREE:=$(CPPROG) -rfp
+COPYTREE:=$(CPPROG) -Rfp
 endif
 ifndef MOVE
 MOVE:=$(MVPROG) -f

+ 3 - 0
Makefile.fpc

@@ -37,6 +37,9 @@ endif
 ifeq ($(CPU_TARGET),powerpc)
 PPSUF=ppc
 endif
+ifeq ($(CPU_TARGET),sparc)
+PPSUF=sparc
+endif
 ifeq ($(CPU_TARGET),alpha)
 PPSUF=axp
 endif