mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Add src/or/micro-revision.i to CLEANFILES in case anybody has one
Fix for 7143.
This commit is contained in:
parent
337e32f5b8
commit
3dc52e6636
4
changes/bug7143
Normal file
4
changes/bug7143
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (build):
|
||||
- Add the old src/or/micro-revision.i filename to CLEANFILES.
|
||||
On the off chance that somebody has one, it will go away as soon
|
||||
as they run "make clean". Fix for bug 7143; bugfix on 0.2.4.1-alpha.
|
@ -188,6 +188,6 @@ src/or/or_sha1.i: $(src_or_tor_SOURCES) $(src_or_libtor_a_SOURCES) $(ORHEADERS)
|
||||
touch src/or/or_sha1.i; \
|
||||
fi
|
||||
|
||||
CLEANFILES+= micro-revision.i
|
||||
CLEANFILES+= micro-revision.i src/or/micro-revision.i
|
||||
|
||||
FORCE:
|
||||
|
Loading…
Reference in New Issue
Block a user