From ac1d92c425414bad889c1a60d0d2aee25581b74f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:15:27 +0000 Subject: package/: get rid of unneeded $(strip ..) --- package/dbus/dbus.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/dbus') diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index cfa4e7feb..3c772d2c0 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -11,7 +11,7 @@ DBUS_CAT:=$(ZCAT) DBUS_BINARY:=bus/dbus-daemon DBUS_TARGET_BINARY:=usr/bin/dbus-daemon -ifeq ($(strip $(BR2_DBUS_EXPAT)),y) +ifeq ($(BR2_DBUS_EXPAT),y) DBUS_XML:=expat # depend on the exact library file instead of expat so dbus isn't always # considered out-of-date @@ -111,6 +111,6 @@ dbus-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_DBUS)),y) +ifeq ($(BR2_PACKAGE_DBUS),y) TARGETS+=dbus endif -- cgit v1.2.3