From c35fd1190f24cb2021441714148ce9385761325e Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Wed, 17 Jul 2013 10:09:35 -0400 Subject: Makefile: convert old-style suffix rules --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aff475a..8f1b113 100644 --- a/Makefile +++ b/Makefile @@ -53,10 +53,10 @@ SED_REPLACE := -e 's:@VERSION@:$(FULL_VERSION):g' \ -e 's:@sysconfdir@:$(sysconfdir):g' .SUFFIXES: .sh.in .in -.sh.in.sh: +%.sh: %.sh.in ${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@ -.in: +%: %.in ${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@ .PHONY: all apk clean install uninstall -- cgit v1.2.3