From: jsg Date: Wed, 12 Apr 2017 08:02:10 +0000 (+0000) Subject: explicitly set the ownership on installed include files as well X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=05c0f50b88a9f78add3e9331a650a0af4e62113d;p=openbsd explicitly set the ownership on installed include files as well --- diff --git a/gnu/usr.bin/clang/include/clang/intrin/Makefile b/gnu/usr.bin/clang/include/clang/intrin/Makefile index f299a1e266b..d5f25a710a7 100644 --- a/gnu/usr.bin/clang/include/clang/intrin/Makefile +++ b/gnu/usr.bin/clang/include/clang/intrin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2017/04/12 07:57:06 jsg Exp $ +# $OpenBSD: Makefile,v 1.9 2017/04/12 08:02:10 jsg Exp $ .include @@ -88,10 +88,10 @@ clean cleandir: install includes: ${HEADERS} .for dir in /usr/lib/clang /usr/lib/clang/${LLVM_V} ${CLANG_INTR_INCDIR} ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${DIRMODE} \ - ${DESTDIR}${dir} + ${DESTDIR}${dir} .endfor - ${INSTALL} ${INSTALL_COPY} -m 444 ${.ALLSRC} \ - ${DESTDIR}${CLANG_INTR_INCDIR} + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${.ALLSRC} ${DESTDIR}${CLANG_INTR_INCDIR} arm_neon.h: ${CLANG_INC}/clang/Basic/arm_neon.td ${TBLGEN} -gen-arm-neon -o ${.TARGET} ${.ALLSRC}