diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:15:46 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:15:46 +0000 |
commit | 0db545ab184144da033174eca721bb866521489d (patch) | |
tree | d0670a9b9a92d5fe9baf70b7aed9d4593885ad38 /docs | |
parent | 0e14d4f7ff76b863893b5f8f99c73a7fe943ef0a (diff) | |
download | buildroot-novena-0db545ab184144da033174eca721bb866521489d.tar.gz buildroot-novena-0db545ab184144da033174eca721bb866521489d.zip |
docs/: get rid of unneeded $(strip ..)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/buildroot.html | 2 |
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 |