diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-06 10:03:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-06 10:03:06 -0400 |
commit | 5d162d5a7b6b8ce9075cd6987cc6cda119b433ff (patch) | |
tree | be3ee72786f4e068ba81b4ee53ef940292951154 /src/common/include.am | |
parent | 91fed2c7037acf3f154ab0a4a536bc1579c1ccfa (diff) | |
download | tor-5d162d5a7b6b8ce9075cd6987cc6cda119b433ff.tar.gz tor-5d162d5a7b6b8ce9075cd6987cc6cda119b433ff.zip |
Fix a dependency: sha256.c influences crypto.o, not crypto.c
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/include.am b/src/common/include.am index c6fde42781..299c92e065 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -72,4 +72,4 @@ src/common/common_sha1.i: $(libor_SOURCES) $(libor_crypto_a_SOURCES) $(COMMONHEA fi src/common/util_codedigest.o: src/common/common_sha1.i -src/common/crypto.c: src/common/sha256.c +src/common/crypto.o: src/common/sha256.c |