aboutsummaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2015-02-25 16:04:02 +0100
committerNick Mathewson <nickm@torproject.org>2015-03-14 13:00:04 -0400
commit7a86d53deef573e110da9af35c9283349942c962 (patch)
treea112464cc7e63e3034283319c1209177396f4281 /src/common/include.am
parent17cbc4350f1b840c7f4878808c9610f7a7936592 (diff)
downloadtor-7a86d53deef573e110da9af35c9283349942c962.tar.gz
tor-7a86d53deef573e110da9af35c9283349942c962.zip
Clean up generated files.
Remove src/or/or_sha1.i and src/common/common_sha1.i on `make clean` and remove the temporary micro-revision file when its no longer needed. Additional changes; - show a message when generating the micro-revision file. - add the temporary micro revision file to the list of files to be removed on `make clean` just in case. - fix indentation of the make rule to improve readability.
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/include.am b/src/common/include.am
index 5b63392541..cad0fe1b54 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -133,7 +133,7 @@ COMMONHEADERS = \
noinst_HEADERS+= $(COMMONHEADERS)
-DISTCLEANFILES+= src/common/common_sha1.i
+CLEANFILES+= src/common/common_sha1.i
src/common/common_sha1.i: $(libor_SOURCES) $(libor_crypto_a_SOURCES) $(COMMONHEADERS)
$(AM_V_GEN)if test "@SHA1SUM@" != none; then \