summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:46 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:46 +0000
commit0db545ab184144da033174eca721bb866521489d (patch)
treed0670a9b9a92d5fe9baf70b7aed9d4593885ad38 /docs
parent0e14d4f7ff76b863893b5f8f99c73a7fe943ef0a (diff)
docs/: get rid of unneeded $(strip ..)
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 976af41ce..88fd1d91d 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -959,7 +959,7 @@ endif
<a name="line53" id="line53">53</a> # Toplevel Makefile options
<a name="line54" id="line54">54</a> #
<a name="line55" id="line55">55</a> #############################################################
- <a name="line56" id="line56">56</a> ifeq ($(strip $(BR2_PACKAGE_FOO)),y)
+ <a name="line56" id="line56">56</a> ifeq ($(BR2_PACKAGE_FOO),y)
<a name="line57" id="line57">57</a> TARGETS+=foo
<a name="line58" id="line58">58</a> endif