summaryrefslogtreecommitdiffstats
path: root/package/dbus
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-19 11:44:56 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-19 11:44:56 +0000
commit584eb85c7fc2ed4e971bdbb87e41da442e86669f (patch)
treeb785401bba8f44fd66b0ba690e178f577e42fd71 /package/dbus
parent90ac14b2a0c3d501b98cddc40305ccf424fea58d (diff)
downloadbuildroot-novena-584eb85c7fc2ed4e971bdbb87e41da442e86669f.tar.gz
buildroot-novena-584eb85c7fc2ed4e971bdbb87e41da442e86669f.zip
dbus: fix host build
Hunk missing from r25755.
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/dbus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index af82bf2bd..cc3da5cff 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -64,7 +64,7 @@ $(STAMP_DIR)/host_dbus_unpacked: $(DL_DIR)/$(DBUS_SOURCE)
$(TAR) $(TAR_STRIP_COMPONENTS)=1 -C $(DBUS_HOST_DIR) $(TAR_OPTIONS) -
touch $@
-$(STAMP_DIR)/host_dbus_configured: $(DBUS_HOST_DIR)/.unpacked $(STAMP_DIR)/host_expat_installed $(STAMP_DIR)/host_pkgconfig_installed
+$(STAMP_DIR)/host_dbus_configured: $(STAMP_DIR)/host_dbus_unpacked $(STAMP_DIR)/host_expat_installed $(STAMP_DIR)/host_pkgconfig_installed
(cd $(DBUS_HOST_DIR); rm -rf config.cache; \
$(HOST_CONFIGURE_OPTS) \
CFLAGS="$(HOST_CFLAGS)" \