More tweaking to cleanly support bin and run directories.
[citadel.git] / citadel / Makefile
index d1cf0450e6955e99ced4420cc03835be6ccab562..ab939b439488b11b7ed208ec104021dc17e8cefe 100644 (file)
@@ -54,10 +54,10 @@ clean:
 distclean: clean
        rm -vf config.mk
 
-install: $(all)
+install: $(all) utils/*.sh
        #
        # Installing to ${CTDLDIR}
        #
-       @for x in $(all) ; do \
-               install -v -D -t ${CTDLDIR} $$x ;\
+       @for x in $(all) utils/*.sh ; do \
+               install -v -C -D -t ${CTDLDIR} $$x ;\
        done