Browse Source

+ COPY and Replace back to mv and cp

michael 27 years ago
parent
commit
c217a7df4c
1 changed files with 7 additions and 7 deletions
  1. 7 7
      compiler/makefile

+ 7 - 7
compiler/makefile

@@ -62,16 +62,13 @@ endif
 # Set os-dependent files and extensions
 # Set os-dependent files and extensions
 ifdef inlinux
 ifdef inlinux
 EXEEXT=
 EXEEXT=
-REPLACE=mv -f
-CP=cp -f
 else
 else
 EXEEXT=.exe
 EXEEXT=.exe
-# mv -f gives problem under dos 
-# claiming source and destinaztion are the same files !
-REPLACE=copy /y
-CP=cp -f
 endif
 endif
 
 
+REPLACE=mv -f
+CP=cp -f
+
 COMPILERDIR=$(BASEDIR)
 COMPILERDIR=$(BASEDIR)
 RTLDIR:=$(BASEDIR)/../rtl
 RTLDIR:=$(BASEDIR)/../rtl
 
 
@@ -420,7 +417,10 @@ rtlclean :
 # Test of log at the end
 # Test of log at the end
 # does CVS add # at start of each line ??
 # does CVS add # at start of each line ??
 # $Log$
 # $Log$
-# Revision 1.20  1998-06-24 14:02:58  peter
+# Revision 1.21  1998-07-22 21:33:32  michael
+# + COPY and Replace back to mv and cp
+#
+# Revision 1.20  1998/06/24 14:02:58  peter
 #   * new depend for the new ra units
 #   * new depend for the new ra units
 #
 #
 # Revision 1.19  1998/06/23 14:00:15  peter
 # Revision 1.19  1998/06/23 14:00:15  peter