summaryrefslogtreecommitdiff
path: root/package/customize
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:27 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:27 +0000
commitac1d92c425414bad889c1a60d0d2aee25581b74f (patch)
treeaaa3969c6c1d78dc7f9ff5ba2577551813ff7e4b /package/customize
parent6250131be126b91d7feb8ae4c02fd7ca3725cc9e (diff)
package/: get rid of unneeded $(strip ..)
Diffstat (limited to 'package/customize')
-rw-r--r--package/customize/customize.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/customize/customize.mk b/package/customize/customize.mk
index 2a105a70b..4fe4b8bbd 100644
--- a/package/customize/customize.mk
+++ b/package/customize/customize.mk
@@ -27,6 +27,6 @@ customize-clean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_CUSTOMIZE)),y)
+ifeq ($(BR2_PACKAGE_CUSTOMIZE),y)
TARGETS+=customize
endif