Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220655
b: refs/heads/master
c: 458452f
h: refs/heads/master
i:
  220653: cb82bd4
  220651: 1cf9961
  220647: 2605168
  220639: d8977f4
v: v3
  • Loading branch information
Michal Marek committed Sep 13, 2010
1 parent 2314f08 commit 86ac200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20f4ad8a19ad01405f9d6b3110d6eb93666ae21e
refs/heads/master: 458452f4a9b61228cf48a4232a19c8d7d686c11b
4 changes: 2 additions & 2 deletions trunk/scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ $(obj)/.tmp_qtcheck:
moc="/usr/bin/moc"; \
fi; \
else \
cflags="\$$(shell pkg-config QtCore --cflags) \$$(shell pkg-config QtGui --cflags) \$$(shell pkg-config Qt3Support --cflags)"; \
libs="\$$(shell pkg-config QtCore --libs) \$$(shell pkg-config QtGui --libs) \$$(shell pkg-config Qt3Support --libs)"; \
cflags="\$$(shell pkg-config QtCore QtGui Qt3Support --cflags)"; \
libs="\$$(shell pkg-config QtCore QtGui Qt3Support --libs)"; \
binpath="\$$(shell pkg-config QtCore --variable=prefix)"; \
moc="$$binpath/bin/moc"; \
fi; \
Expand Down

0 comments on commit 86ac200

Please sign in to comment.