X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2FMakefile;h=ab939b439488b11b7ed208ec104021dc17e8cefe;hb=c41961e7d8c2d88398699493879fcfb9817dd534;hp=d1cf0450e6955e99ced4420cc03835be6ccab562;hpb=8490a02d64e53a12212d7c7de16d10f037a4343d;p=citadel.git diff --git a/citadel/Makefile b/citadel/Makefile index d1cf0450e..ab939b439 100644 --- a/citadel/Makefile +++ b/citadel/Makefile @@ -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