]> err.no Git - util-linux/commitdiff
build-sys: use portable $(VAR:=) instead of gmake-specific $(addsuffix)
authorStepan Kasal <skasal@redhat.com>
Tue, 4 Dec 2007 18:21:47 +0000 (19:21 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Dec 2007 09:09:03 +0000 (10:09 +0100)
Signed-off-by: Stepan Kasal <skasal@redhat.com>
sys-utils/Makefile.am

index 2c814dcbe7b023164b751838d5e18df4a3384109..056f8e1fc6bac5775e9a666043d78305933e45b8 100644 (file)
@@ -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)