From 478ea1a12dffca0025c0ad55ad702cbaec465f93 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 8 Sep 2010 00:52:27 +0200 Subject: packages: remove unneeded _INSTALL_TARGET_OPT definitions Now that _INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the _INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni --- package/dbus/dbus.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'package/dbus') diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 546cb6989..182028641 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -9,13 +9,6 @@ DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/ DBUS_LIBTOOL_PATCH = NO DBUS_INSTALL_STAGING = YES DBUS_INSTALL_TARGET = YES -ifeq ($(BR2_ENABLE_DEBUG),y) -# install-exec doesn't install the config file -DBUS_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install -else -# install-strip uses host strip -DBUS_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip STRIPPROG="$(STRIPCMD)" -endif DBUS_DEPENDENCIES = host-pkg-config -- cgit v1.2.3