aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-31 10:24:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-31 10:24:22 +0000
commit7b1c5fd65daf683fdc02d59fb14543585fd30e27 (patch)
tree529f1cd838ee4273160341e36514c5022958800a /contrib/Makefile.am
parent4ebecadf090c6602f8f571d24556e9b902ec5b20 (diff)
downloadgnunet-7b1c5fd65daf683fdc02d59fb14543585fd30e27.tar.gz
gnunet-7b1c5fd65daf683fdc02d59fb14543585fd30e27.zip
-LRN: fix for OOTSD builds
Diffstat (limited to 'contrib/Makefile.am')
-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 \