From 7348fad86391b913ecc41f986066f260efb04633 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 17 Oct 2017 12:29:35 +0000 Subject: Use Suffix Extensions in Makefiles (doc, src/{arm,dht,integration,statistics}) for improved portability. --- src/statistics/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/statistics') diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am index b2e256960..16a1ea2d0 100644 --- a/src/statistics/Makefile.am +++ b/src/statistics/Makefile.am @@ -90,7 +90,8 @@ endif do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' -%.py: %.py.in Makefile +SUFFIXES = .py.in .py +.py.in.py: $(do_subst) < $(srcdir)/$< > $@ chmod +x $@ -- cgit v1.2.3