From: Michael Tremer Date: Mon, 4 Jun 2018 15:38:28 +0000 (+0100) Subject: Makefile: Remove any excess substitution rules X-Git-Url: http://git.ipfire.org/?p=people%2Fjschlag%2Fnetwork.git;a=commitdiff_plain;h=3431f71203342d3641b94b06672b434242be61d6 Makefile: Remove any excess substitution rules Signed-off-by: Michael Tremer Reviewed-by: Jonatan Schlag --- diff --git a/Makefile.am b/Makefile.am index 88c56bc..73c79f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -502,16 +502,7 @@ SED_PROCESS = \ $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \ < $< > $@ -src/functions/functions: src/functions/functions.in Makefile - $(SED_PROCESS) - -src/ppp/ip-updown: src/ppp/ip-updown.in Makefile - $(SED_PROCESS) - -src/systemd/%: src/systemd/%.in Makefile - $(SED_PROCESS) - -src/%.pc: src/%.pc.in Makefile +%: %.in Makefile $(SED_PROCESS) INSTALL_DIRS += \