diff options
Diffstat (limited to 'meta-pkgs/boost/Makefile.common')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 93f5eeb9316..28896ba21d6 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.72 2018/04/29 20:41:11 adam Exp $ +# $NetBSD: Makefile.common,v 1.73 2018/04/30 00:21:12 ryoon Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile @@ -89,7 +89,7 @@ post-wrapper: # We can't do this at post-extract because the extract cookie will get a future # timestamp than the sources. If this happens, print-PLIST does not work. pre-configure: - ${FIND} ${WRKSRC} -type f -exec ${TOUCH} {} + + ${FIND} ${WRKSRC} -type f -exec ${TOUCH} {} \; # Generate a new user.hpp or use the installed one, depending on the package # we are building. |