diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-08-03 00:48:59 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-08-03 00:48:59 +0200 |
commit | ddf5020ea8d51292791138ea14f5f369191bcbc9 (patch) | |
tree | 439cb002c41593055efb46fcb77313dff0c8670a /src | |
parent | 9265190b16cae3b95f73bfb478e97b4fcfba0e17 (diff) | |
download | tor-ddf5020ea8d51292791138ea14f5f369191bcbc9.tar.gz tor-ddf5020ea8d51292791138ea14f5f369191bcbc9.zip |
Fix 'make distcheck'
We were leaving doc/config.log and src/or/micro-revision.i in
place during a make clean. Fix that.
Diffstat (limited to 'src')
-rw-r--r-- | src/or/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index a95b9eb920..a9ac3cdee1 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -82,5 +82,7 @@ or_sha1.i: $(tor_SOURCES) touch or_sha1.i; \ fi +CLEANFILES = micro-revision.i + #Dummy target to ensure that micro-revision.i _always_ gets built. FORCE: |