From 7b1c5fd65daf683fdc02d59fb14543585fd30e27 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 31 Dec 2011 10:24:22 +0000 Subject: -LRN: fix for OOTSD builds --- contrib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = \ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' %.py: %.py.in Makefile - $(do_subst) < $(srcdir)/$< > $@ + $(do_subst) < $< > $@ chmod +x $@ # init_gnunet_redhat \ -- cgit v1.2.3