diff options
Diffstat (limited to 'share/include')
-rw-r--r-- | share/include/qt4.bld | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
156 | input regex(".*\\.(h|o)"); | 156 | input regex(".*\\.(h|o)"); |
157 | profile "build" | 157 | profile "build" |
158 | { | 158 | { |
159 | INPUT = INPUT.matches("*.o"); | 159 | INPUT = [INPUT].matches("*.o"); |
160 | // execute("echo ${INPUT}"); | 160 | // execute("echo ${INPUT}"); |
161 | // execute("echo ${MYIN}"); | 161 | // execute("echo ${MYIN}"); |
162 | execute("${CXX} -o ${OUTPUT} ${INPUT} ${LDFLAGS}"); | 162 | execute("${CXX} -o ${OUTPUT} ${INPUT} ${LDFLAGS}"); |