aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/kconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 996059ef1c4d..3fbfe98be2b5 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -273,8 +273,8 @@ $(obj)/.tmp_qtcheck:
273 moc="/usr/bin/moc"; \ 273 moc="/usr/bin/moc"; \
274 fi; \ 274 fi; \
275 else \ 275 else \
276 cflags="\$$(shell pkg-config QtCore --cflags) \$$(shell pkg-config QtGui --cflags) \$$(shell pkg-config Qt3Support --cflags)"; \ 276 cflags="\$$(shell pkg-config QtCore QtGui Qt3Support --cflags)"; \
277 libs="\$$(shell pkg-config QtCore --libs) \$$(shell pkg-config QtGui --libs) \$$(shell pkg-config Qt3Support --libs)"; \ 277 libs="\$$(shell pkg-config QtCore QtGui Qt3Support --libs)"; \
278 binpath="\$$(shell pkg-config QtCore --variable=prefix)"; \ 278 binpath="\$$(shell pkg-config QtCore --variable=prefix)"; \
279 moc="$$binpath/bin/moc"; \ 279 moc="$$binpath/bin/moc"; \
280 fi; \ 280 fi; \