[PATCH] build-sys: use portable $(VAR:=) instead of gmake-specific $(addsuffix)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Stepan Kasal <skasal@xxxxxxxxxx>
---
 sys-utils/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am
index 2c814dc..056f8e1 100644
--- a/sys-utils/Makefile.am
+++ b/sys-utils/Makefile.am
@@ -80,7 +80,7 @@ if ARCH_HPPA
 SETARCH_LINKS += parisc parisc64 parisc32
 endif
 
-SETARCH_MAN_LINKS = $(addsuffix .8, $(SETARCH_LINKS))
+SETARCH_MAN_LINKS = $(SETARCH_LINKS:=.8)
 dist_man_MANS += $(SETARCH_MAN_LINKS)
 CLEANFILES=$(SETARCH_MAN_LINKS)
 
-- 
1.5.3.4

-
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux