From: Stepan Kasal Date: Tue, 4 Dec 2007 18:21:47 +0000 (+0100) Subject: build-sys: use portable $(VAR:=) instead of gmake-specific $(addsuffix) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d829a8df7ed609d1d8fd2280bb085b897c196dda;p=util-linux build-sys: use portable $(VAR:=) instead of gmake-specific $(addsuffix) Signed-off-by: Stepan Kasal --- diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index 2c814dcb..056f8e1f 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)