Browse Source

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

olle 21 years ago
parent
commit
e0d35adc51
2 changed files with 2 additions and 2 deletions
  1. 1 1
      utils/fpcm/fpcmake.inc
  2. 1 1
      utils/fpcm/fpcmake.ini

+ 1 - 1
utils/fpcm/fpcmake.inc

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

+ 1 - 1
utils/fpcm/fpcmake.ini

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