diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-02 15:40:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-02 15:40:10 +0000 |
commit | c2dc8f4623e76bec4bf556b0843887551219816c (patch) | |
tree | c0826b8e65332ec67a202fb75961c2bd576358ab /src | |
parent | aee7f016242c0fea9243be1c82a67b804bfb6792 (diff) | |
download | tor-c2dc8f4623e76bec4bf556b0843887551219816c.tar.gz tor-c2dc8f4623e76bec4bf556b0843887551219816c.zip |
r13158@catbus: nickm | 2007-06-02 11:40:05 -0400
On systems with svk, do not clobber micro-revision.i when building from a tarball.
svn:r10452
Diffstat (limited to 'src')
-rw-r--r-- | src/or/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index eb880621a2..497ec3e9be 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -62,7 +62,7 @@ micro-revision.i: FORCE fi; \ fi; \ done; \ - if test x$$rev != x; then \ + if test x$$rev != xx; then \ echo \"$$rev\" > micro-revision.tmp; \ fi; \ fi; \ |