aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 5c892ecc7..df6bdc275 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -28,7 +28,7 @@ EXTRA_DIST = \
28do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 28do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
29 29
30%.py: %.py.in Makefile 30%.py: %.py.in Makefile
31 $(do_subst) < $(srcdir)/$< > $@ 31 $(do_subst) < $< > $@
32 chmod +x $@ 32 chmod +x $@
33 33
34# init_gnunet_redhat \ 34# init_gnunet_redhat \