From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:15:46 +0000 (-0000) Subject: docs/: get rid of unneeded $(strip ..) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0db545ab184144da033174eca721bb866521489d;p=buildroot.git docs/: get rid of unneeded $(strip ..) --- diff --git a/docs/buildroot.html b/docs/buildroot.html index 976af41cec..88fd1d91d6 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -959,7 +959,7 @@ endif 53 # Toplevel Makefile options 54 # 55 ############################################################# - 56 ifeq ($(strip $(BR2_PACKAGE_FOO)),y) + 56 ifeq ($(BR2_PACKAGE_FOO),y) 57 TARGETS+=foo 58 endif