Browse Source

* first batch of makefiles updated with install -c

marco 25 years ago
parent
commit
789b53afec
1 changed files with 3 additions and 3 deletions
  1. 3 3
      utils/Makefile

+ 3 - 3
utils/Makefile

@@ -1,5 +1,5 @@
 #
 #
-# Makefile generated by fpcmake v1.00 [2000/10/01]
+# Makefile generated by fpcmake v1.00 [2000/10/18]
 #
 #
 
 
 defaultrule: all
 defaultrule: all
@@ -270,7 +270,7 @@ endif
 # To install files
 # To install files
 ifndef INSTALL
 ifndef INSTALL
 ifdef inUnix
 ifdef inUnix
-INSTALL:=install -m 644
+INSTALL:=install -c -m 644
 else
 else
 INSTALL:=$(COPY)
 INSTALL:=$(COPY)
 endif
 endif
@@ -279,7 +279,7 @@ endif
 # To install programs
 # To install programs
 ifndef INSTALLEXE
 ifndef INSTALLEXE
 ifdef inUnix
 ifdef inUnix
-INSTALLEXE:=install -m 755
+INSTALLEXE:=install -c -m 755
 else
 else
 INSTALLEXE:=$(COPY)
 INSTALLEXE:=$(COPY)
 endif
 endif