Author: jkim
Date: Fri Nov 6 18:24:49 2015
New Revision: 290461
URL: https://svnweb.freebsd.org/changeset/base/290461
Log:
Fix a typo. I did not mean it, really.
Modified:
head/secure/lib/libcrypto/Makefile
Modified: head/secure/lib/libcrypto/Makefile
==============================================================================
--- head/secure/lib/libcrypto/Makefile Fri Nov 6 17:39:17 2015
(r290460)
+++ head/secure/lib/libcrypto/Makefile Fri Nov 6 18:24:49 2015
(r290461)
@@ -409,7 +409,7 @@ buildinf.h: Makefile
echo "#endif" ) > ${.TARGET}
opensslconf.h: ${OPENSSLCONF_H}
- ${CP} ${.IMPSRC} ${.TARGET}
+ ${CP} ${.ALLSRC} ${.TARGET}
.include <bsd.lib.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"