Selaa lähdekoodia

* More -c updates

marco 25 vuotta sitten
vanhempi
commit
36f15cde21
3 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 3 3
      ide/Makefile
  2. 2 2
      install/man/Makefile
  3. 3 3
      utils/fprcp/Makefile

+ 3 - 3
ide/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
@@ -223,7 +223,7 @@ endif
 # To install files
 ifndef INSTALL
 ifdef inUnix
-INSTALL:=install -m 644
+INSTALL:=install -c -m 644
 else
 INSTALL:=$(COPY)
 endif
@@ -232,7 +232,7 @@ endif
 # To install programs
 ifndef INSTALLEXE
 ifdef inUnix
-INSTALLEXE:=install -m 755
+INSTALLEXE:=install -c -m 755
 else
 INSTALLEXE:=$(COPY)
 endif

+ 2 - 2
install/man/Makefile

@@ -11,5 +11,5 @@ MANINSTALLDIR=$(PREFIXINSTALLDIR)/man
 installman:
 	install -d -m 755 $(MANINSTALLDIR)/man1
 	install -d -m 755 $(MANINSTALLDIR)/man5
-	install -m 644 man1/*.1 $(MANINSTALLDIR)/man1
-	install -m 644 man5/*.5 $(MANINSTALLDIR)/man5
+	install -m 644 -c man1/*.1 $(MANINSTALLDIR)/man1
+	install -m 644 -c man5/*.5 $(MANINSTALLDIR)/man5

+ 3 - 3
utils/fprcp/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
@@ -253,7 +253,7 @@ endif
 # To install files
 ifndef INSTALL
 ifdef inUnix
-INSTALL:=install -m 644
+INSTALL:=install -c -m 644
 else
 INSTALL:=$(COPY)
 endif
@@ -262,7 +262,7 @@ endif
 # To install programs
 ifndef INSTALLEXE
 ifdef inUnix
-INSTALLEXE:=install -m 755
+INSTALLEXE:=install -c -m 755
 else
 INSTALLEXE:=$(COPY)
 endif