[at-spi2-core: 1/2] Fix source reproducibility
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/2] Fix source reproducibility
- Date: Wed, 20 Nov 2019 22:30:44 +0000 (UTC)
commit 603d9f3007078383825d435b8677012830717116
Author: Joshua Watt <JPEWhacker gmail com>
Date: Wed Nov 20 15:35:57 2019 -0600
Fix source reproducibility
The generated enum type files can be included in source packages meant
for debugging, and thus need to be reproducible. Replace the absolute
include of the header with the basename. This is sufficient because the
target include files are always in the include path anyway.
Signed-off-by: Joshua Watt <JPEWhacker gmail com>
atspi/atspi-enum-types.c.template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/atspi/atspi-enum-types.c.template b/atspi/atspi-enum-types.c.template
index 385d0ee..92e4937 100644
--- a/atspi/atspi-enum-types.c.template
+++ b/atspi/atspi-enum-types.c.template
@@ -5,7 +5,7 @@
/*** BEGIN file-production ***/
/* enumerations from "@basename@" */
-#include "@filename@"
+#include "@basename@"
/*** END file-production ***/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]