projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
942be8b
)
Make sure XML deps are available before building dbus
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 6 Apr 2008 13:32:59 +0000
(13:32 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 6 Apr 2008 13:32:59 +0000
(13:32 -0000)
package/dbus/dbus.mk
patch
|
blob
|
history
diff --git
a/package/dbus/dbus.mk
b/package/dbus/dbus.mk
index cc940735bdc72b6d1c5091a7f74c5a8cad473636..4687a48097df1474c1efea29c6f7a8e04b5af6a6 100644
(file)
--- a/
package/dbus/dbus.mk
+++ b/
package/dbus/dbus.mk
@@
-28,7
+28,7
@@
$(DBUS_DIR)/.unpacked: $(DL_DIR)/$(DBUS_SOURCE)
$(DBUS_CAT) $(DL_DIR)/$(DBUS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
touch $@
-$(DBUS_DIR)/.configured: $(DBUS_DIR)/.unpacked
+$(DBUS_DIR)/.configured: $(DBUS_DIR)/.unpacked
$(DBUS_XML_DEP)
(cd $(DBUS_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \