From e0d35adc5109c1f05b1b42dcf0eefbc59c04a28e Mon Sep 17 00:00:00 2001 From: olle Date: Sun, 12 Sep 2004 20:22:47 +0000 Subject: [PATCH] * COPYTREE now uses (recommended) -R instead of -r option --- utils/fpcm/fpcmake.inc | 2 +- utils/fpcm/fpcmake.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/fpcm/fpcmake.inc b/utils/fpcm/fpcmake.inc index 194a603fcf..b486dbee12 100644 --- a/utils/fpcm/fpcmake.inc +++ b/utils/fpcm/fpcmake.inc @@ -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+ diff --git a/utils/fpcm/fpcmake.ini b/utils/fpcm/fpcmake.ini index 89e3109e16..6f11e21cdd 100644 --- a/utils/fpcm/fpcmake.ini +++ b/utils/fpcm/fpcmake.ini @@ -350,7 +350,7 @@ endif # Copy a whole tree ifndef COPYTREE -COPYTREE:=$(CPPROG) -rfp +COPYTREE:=$(CPPROG) -Rfp endif # To move pograms