package/: get rid of unneeded $(strip ..)

This commit is contained in:
Peter Korsgaard
2008-12-08 08:15:27 +00:00
parent 6250131be1
commit ac1d92c425
243 changed files with 363 additions and 363 deletions

View File

@@ -35,6 +35,6 @@ concierge: $(TARGET_DIR)/usr/lib/concierge $(TARGET_DIR)/usr/bin/concierge
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_CONCIERGE)),y)
ifeq ($(BR2_PACKAGE_CONCIERGE),y)
TARGETS+=concierge
endif