]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix 'make distcheck'
authorSebastian Hahn <sebastian@torproject.org>
Mon, 2 Aug 2010 22:48:59 +0000 (00:48 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Mon, 2 Aug 2010 22:48:59 +0000 (00:48 +0200)
We were leaving doc/config.log and src/or/micro-revision.i in
place during a make clean. Fix that.

doc/Makefile.am
src/or/Makefile.am

index d976f9d6fac85c46c6c3ff219dae63f94c961ae8..2e70fd747458341427a041c5b8cbd87660ff882c 100644 (file)
@@ -77,5 +77,5 @@ torify.html : torify.html.in
 tor-gencert.html : tor-gencert.html.in
 tor-resolve.html : tor-resolve.html.in
 
-CLEANFILES = $(asciidoc_product)
+CLEANFILES = $(asciidoc_product) config.log
 DISTCLEANFILES = $(html_in) $(man_in)
index a95b9eb9205ce66aa0279c493ee30510010e1954..a9ac3cdee1191432bbbf56c049d7fb8da5e4002c 100644 (file)
@@ -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: