From e8a57991458cfaa536fcc0d8b9a72739a8859da5 Mon Sep 17 00:00:00 2001
From: Mike Buland <eichlan@xagasoft.com>
Date: Sun, 10 Apr 2011 00:20:46 +0000
Subject: Corrected a minor bug that caused the qt4 exe rule override to fail
 with a strange message when only one file was in the project.

---
 share/include/qt4.bld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'share')

diff --git a/share/include/qt4.bld b/share/include/qt4.bld
index 6d95ac8..bcb0b32 100644
--- a/share/include/qt4.bld
+++ b/share/include/qt4.bld
@@ -156,7 +156,7 @@ rule "exe"
 	input regex(".*\\.(h|o)");
 	profile "build"
 	{
-		INPUT = INPUT.matches("*.o");
+		INPUT = [INPUT].matches("*.o");
 //		execute("echo ${INPUT}");
 //		execute("echo ${MYIN}");
 		execute("${CXX} -o ${OUTPUT} ${INPUT} ${LDFLAGS}");
-- 
cgit v1.2.3