Fix installing from read-only ${.OBJDIR}
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Fri, 28 Aug 2009 10:06:32 +0000 (19:06 +0900)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sat, 29 Aug 2009 05:52:23 +0000 (14:52 +0900)
commit8e2e81385b920cc951a0a653361b6a6404a55d5b
treeaf7e70738cf0244bfc692b02d4100dd91da5f8d4
parent6e9817981210a6299458febd3f1dbddc4b2584dd
Fix installing from read-only ${.OBJDIR}

By default, install command preserves mtime, and files in the source tree
always have older mtime than a file created by touch command, in this case
${.OBJDIR}/openssl/.dummy, even though it's created earlier by dependency.
Since .dummy is newer, header files get created in objdir at install target
and that requires write permission on ${.OBJDIR}.
secure/lib/libcrypto/Makefile.inc