|
@@ -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
|