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

@@ -127,10 +127,10 @@ fakeroot-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y)
ifeq ($(BR2_PACKAGE_FAKEROOT),y)
TARGETS+=fakeroot
endif
ifeq ($(strip $(BR2_HOST_FAKEROOT)),y)
ifeq ($(BR2_HOST_FAKEROOT),y)
HOST_SOURCE+=fakeroot-source
endif