diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:15:27 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:15:27 +0000 |
commit | ac1d92c425414bad889c1a60d0d2aee25581b74f (patch) | |
tree | aaa3969c6c1d78dc7f9ff5ba2577551813ff7e4b /package/x11r7/xapp_xman | |
parent | 6250131be126b91d7feb8ae4c02fd7ca3725cc9e (diff) |
package/: get rid of unneeded $(strip ..)
Diffstat (limited to 'package/x11r7/xapp_xman')
-rw-r--r-- | package/x11r7/xapp_xman/xapp_xman.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xman/xapp_xman.mk b/package/x11r7/xapp_xman/xapp_xman.mk index 4e207fdd9..492160442 100644 --- a/package/x11r7/xapp_xman/xapp_xman.mk +++ b/package/x11r7/xapp_xman/xapp_xman.mk @@ -78,7 +78,7 @@ xapp_xman: xapp_xman-depends $(XAPP_XMAN_DIR)/.installed # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_XAPP_XMAN)),y) +ifeq ($(BR2_PACKAGE_XAPP_XMAN),y) TARGETS+=xapp_xman endif |