no message

This commit is contained in:
florian 2004-09-21 20:38:49 +00:00
parent d5140a5792
commit d70ab8667f
2 changed files with 8 additions and 2 deletions

View File

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

View File

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