Use -C instead of -c for installing non-header source files.
This commit is contained in:
parent
450ce1659a
commit
9eefc92866
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.19 1996/01/21 17:57:25 bde Exp $
|
||||
# $Id: Makefile,v 1.20 1996/09/06 06:30:57 jkh Exp $
|
||||
#
|
||||
# Doing a make install builds /usr/share/examples
|
||||
|
||||
@ -21,7 +21,7 @@ beforeinstall: ${SHARED}
|
||||
FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print
|
||||
.for file in ${FILES}
|
||||
copies::
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
|
||||
.endfor
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user