summaryrefslogtreecommitdiff
path: root/usr.bin/mkesdb_static
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-04-14 21:06:10 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-04-14 21:06:10 +0000
commitd1dd034d078c8ce6c052bada500f90977c535e42 (patch)
tree8aaa286b7ad01438e74918c3c600dd2e1609dfc1 /usr.bin/mkesdb_static
parentd7296a8faeef2f4a69307412f620504604c76392 (diff)
downloadsrc-test2-d1dd034d078c8ce6c052bada500f90977c535e42.tar.gz
src-test2-d1dd034d078c8ce6c052bada500f90977c535e42.zip
META_MODE: Don't rebuild build-tools targets during normal build.
This avoids 'build command changed' due to CFLAGS/CC changes during the normal build. Without this the build-tools targets end up rebuilding for the *target* rather than keeping the native versions built in build-tools. Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=297997
Diffstat (limited to 'usr.bin/mkesdb_static')
-rw-r--r--usr.bin/mkesdb_static/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mkesdb_static/Makefile b/usr.bin/mkesdb_static/Makefile
index 2696a23700d5..9ce020920808 100644
--- a/usr.bin/mkesdb_static/Makefile
+++ b/usr.bin/mkesdb_static/Makefile
@@ -13,3 +13,5 @@ build-tools: mkesdb_static
.include "${.CURDIR}/../mkesdb/Makefile.inc"
.include <bsd.prog.mk>
+
+${PROG}: ${BUILD_TOOLS_META}