From: Iustin Pop <[email protected]> This is not needed, and is an artifact from the time when we autogenerated the `create' script (commit 6c4bbf6); the migration to common.sh (commit eb23d04) forgot to remove this.
Signed-off-by: Iustin Pop <[email protected]> --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 98d2a05..26da9a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,6 @@ do_subst = sed \ common.sh: common.sh.in Makefile $(do_subst) < $< > $@ - chmod +x $@ install-exec-local: @mkdir_p@ $(variantsdir) -- 2.8.1
