diff options
author | Rob Austein <sra@hactrn.net> | 2011-05-01 18:23:56 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-05-01 18:23:56 +0000 |
commit | cd4c492d770f0ff9bfbfaf83e4a4da3ebeb234aa (patch) | |
tree | 12e8cda57eec094aa78c687fbb815cbb07179b71 | |
parent | cdb1223510857cb028d9a2978c43976410f65dea (diff) |
chmod
svn path=/rtr-origin/Makefile.in; revision=3796
-rw-r--r-- | rtr-origin/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtr-origin/Makefile.in b/rtr-origin/Makefile.in index 596cff87..10565c27 100644 --- a/rtr-origin/Makefile.in +++ b/rtr-origin/Makefile.in @@ -39,6 +39,7 @@ distclean: clean ${BIN} : ${SRC} echo >$@ '#!${PYTHON}' cat >>$@ ${SRC} + chmod a+x ${BIN} test: @true |