From: Peter Korsgaard Date: Thu, 19 Mar 2009 11:44:56 +0000 (-0000) Subject: dbus: fix host build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=584eb85c7fc2ed4e971bdbb87e41da442e86669f;p=buildroot.git dbus: fix host build Hunk missing from r25755. --- diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index af82bf2bdb..cc3da5cffa 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)" \