From 287d2e689bb6dd10c06157b5bf426de5dcefc4d2 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 12 Oct 2009 22:11:48 +0000 Subject: [PATCH] the tralala needs to touch the bootstrap too. noticed by Antoine "Gunther" Jacoutot. --- x11/qt4/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/qt4/Makefile b/x11/qt4/Makefile index ab9bc2b72ab..9e531d994a2 100644 --- a/x11/qt4/Makefile +++ b/x11/qt4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2009/10/11 09:43:08 espie Exp $ +# $OpenBSD: Makefile,v 1.61 2009/10/12 22:11:48 espie Exp $ COMMENT-debug = C++ GUI toolkit, debug COMMENT-main = C++ X11 GUI toolkit @@ -133,7 +133,8 @@ CONFIGURE_ARGS +=-release .if ${FLAVOR:L:Mno_examples} -SUBTARGETS = sub-moc \ +SUBTARGETS = sub-tools-bootstrap \ + sub-moc \ sub-rcc \ sub-uic \ sub-corelib \