]> andersk Git - moira.git/blobdiff - backup/Makefile
make the install's -c
[moira.git] / backup / Makefile
index 90164d9f0da792a5888a466fc41a47baef0ee90c..e0a3bc5c22cd38af214efb7c9cfe83940c9ec773 100644 (file)
@@ -49,9 +49,9 @@ clean:
        rm -f rest.c rest1.c rest_db.c
 
 install:
-       install mrbackup ../bin/mrbackup
-       install mrrestore ../bin/mrrestore
-       install nightly.sh ../bin/nightly.sh
+       install -c mrbackup ../bin/mrbackup
+       install -c mrrestore ../bin/mrrestore
+       install -c nightly.sh ../bin/nightly.sh
 
 depend: ${SRCS}
        mkdep ${CFLAGS} ${SRCS}
This page took 0.041726 seconds and 4 git commands to generate.