From: Sebastian Hahn Date: Mon, 2 Aug 2010 22:48:59 +0000 (+0200) Subject: Fix 'make distcheck' X-Git-Tag: tor-0.2.2.15-alpha~49^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddf5020ea8d51292791138ea14f5f369191bcbc9;p=thirdparty%2Ftor.git Fix 'make distcheck' We were leaving doc/config.log and src/or/micro-revision.i in place during a make clean. Fix that. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index d976f9d6fa..2e70fd7474 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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) 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: