summaryrefslogtreecommitdiffstats
path: root/package/bash
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/bash
parent6250131be126b91d7feb8ae4c02fd7ca3725cc9e (diff)
downloadbuildroot-novena-ac1d92c425414bad889c1a60d0d2aee25581b74f.tar.gz
buildroot-novena-ac1d92c425414bad889c1a60d0d2aee25581b74f.zip
package/: get rid of unneeded $(strip ..)
Diffstat (limited to 'package/bash')
-rw-r--r--package/bash/bash.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk
index ea6d2f8c3..b0a51bcbc 100644
--- a/package/bash/bash.mk
+++ b/package/bash/bash.mk
@@ -112,6 +112,6 @@ bash-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_BASH)),y)
+ifeq ($(BR2_PACKAGE_BASH),y)
TARGETS+=bash
endif