aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index b4c03ba60..26beb300b 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -254,7 +254,7 @@ check_SCRIPTS = \
254 test_dht_tools.py 254 test_dht_tools.py
255endif 255endif
256 256
257do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 257do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' -e 's,[@]bindir[@],$(bindir),g'
258 258
259%.py: %.py.in Makefile 259%.py: %.py.in Makefile
260 $(do_subst) < $(srcdir)/$< > $@ 260 $(do_subst) < $(srcdir)/$< > $@