summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus-glib.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-dbus-glib.make')
-rw-r--r--rules/host-dbus-glib.make19
1 files changed, 0 insertions, 19 deletions
diff --git a/rules/host-dbus-glib.make b/rules/host-dbus-glib.make
index 73343afea..a7b449d7d 100644
--- a/rules/host-dbus-glib.make
+++ b/rules/host-dbus-glib.make
@@ -28,17 +28,6 @@ $(STATEDIR)/host-dbus-glib.get: $(STATEDIR)/dbus-glib.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-dbus-glib.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_DBUS_GLIB_DIR))
- @$(call extract, DBUS_GLIB, $(HOST_BUILDDIR))
- @$(call patchin, DBUS_GLIB, $(HOST_DBUS_GLIB_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -56,12 +45,4 @@ HOST_DBUS_GLIB_AUTOCONF := \
--disable-gtk-doc \
--disable-tests
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-dbus-glib_clean:
- rm -rf $(STATEDIR)/host-dbus-glib.*
- rm -rf $(HOST_DBUS_GLIB_DIR)
-
# vim: syntax=make