* COPYTREE now uses (recommended) -R instead of -r option

This commit is contained in:
olle 2004-09-12 20:22:47 +00:00
parent bd642b9e1c
commit e0d35adc51
2 changed files with 2 additions and 2 deletions

View File

@ -369,7 +369,7 @@ const fpcmakeini : array[0..196,1..240] of char=(
#010+
'# Copy a whole tree'#010+
'ifndef COPYTREE'#010+
'COPYTREE:=$(CPPROG) -rfp'#010+
'COPYTREE:=$(CPPROG) -Rfp'#010+
'endif'#010+
#010+
'# To move pograms'#010+

View File

@ -350,7 +350,7 @@ endif
# Copy a whole tree
ifndef COPYTREE
COPYTREE:=$(CPPROG) -rfp
COPYTREE:=$(CPPROG) -Rfp
endif
# To move pograms