]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add src/or/micro-revision.i to CLEANFILES in case anybody has one
authorNick Mathewson <nickm@torproject.org>
Tue, 19 Feb 2013 22:53:38 +0000 (17:53 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 19 Feb 2013 22:53:38 +0000 (17:53 -0500)
Fix for 7143.

changes/bug7143 [new file with mode: 0644]
src/or/include.am

diff --git a/changes/bug7143 b/changes/bug7143
new file mode 100644 (file)
index 0000000..d26135a
--- /dev/null
@@ -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.
index 241015488ad765608c7fb933010fb152c9db5c35..d2be1fb1ef46baf9be5b3ef50030addb6b8035b6 100644 (file)
@@ -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: