mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Fix a dependency: micro-revision.i influences tor_main.o, not tor_main.c
This commit is contained in:
parent
5d162d5a7b
commit
30fe9080e7
@ -1,4 +1,6 @@
|
||||
o Minor bugfixes:
|
||||
- Avoid a warning when building common_sha1.i out of tree. Fixes bug
|
||||
6778; bugfix on 0.2.4.1-alpha.
|
||||
- Fix a mis-declared dependency on src/common/crypto.c.
|
||||
- Fix mis-declared dependencies on src/common/crypto.c and
|
||||
src/or/tor_main.c that could break out-of-tree builds under some
|
||||
circumstances. Fixes bug 6778; bugfix on 0.2.4.1-alpha.
|
||||
|
@ -64,7 +64,7 @@ src_or_libtor_a_SOURCES = \
|
||||
src_or_tor_SOURCES = src/or/tor_main.c
|
||||
AM_CPPFLAGS += -I$(srcdir)/src/or -Isrc/or
|
||||
|
||||
src/or/tor_main.c: micro-revision.i
|
||||
src/or/tor_main.o: micro-revision.i
|
||||
|
||||
AM_CPPFLAGS += -DSHARE_DATADIR="\"$(datadir)\"" \
|
||||
-DLOCALSTATEDIR="\"$(localstatedir)\"" \
|
||||
|
Loading…
Reference in New Issue
Block a user