ソースを参照

* first batch of makefiles updated with install -c

marco 25 年 前
コミット
789b53afec
1 ファイル変更3 行追加3 行削除
  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
@@ -270,7 +270,7 @@ endif
 # To install files
 ifndef INSTALL
 ifdef inUnix
-INSTALL:=install -m 644
+INSTALL:=install -c -m 644
 else
 INSTALL:=$(COPY)
 endif
@@ -279,7 +279,7 @@ endif
 # To install programs
 ifndef INSTALLEXE
 ifdef inUnix
-INSTALLEXE:=install -m 755
+INSTALLEXE:=install -c -m 755
 else
 INSTALLEXE:=$(COPY)
 endif