[GIT] ppl/ppl(master): Path fixed.

Module: ppl/ppl Branch: master Commit: fc533360d01f40d7d024906c9211754464381d43 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fc533360d01f4...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Tue Sep 10 10:17:08 2013 +0200
Path fixed.
---
Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am index ad71e6e..6557fb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ ppl-config.h: config.h $(srcdir)/ppl-config.sed $(SED) -f $(srcdir)/ppl-config.sed config.h >$@
ppl-config.h.in: $(srcdir)/config.h.in $(srcdir)/ppl-config.sed - $(SED) -f $(srcdir)/ppl-config.sed config.h.in >$@ + $(SED) -f $(srcdir)/ppl-config.sed $(srcdir)/config.h.in >$@
DISTCHECK_CONFIGURE_FLAGS = \ --enable-shared
participants (1)
-
Roberto Bagnara