aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-21 20:19:43 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-21 20:19:43 +0100
commit3f0fe6070e30f46cf8b512eaf93f47483b637c34 (patch)
tree302524e6a198fa393f7048cde0d05f699fc47bb5 /gnu-taler-error-codes/Makefile
parent70414915f335d484fd12d4e210a864594ed7d6c5 (diff)
downloadgana-3f0fe6070e30f46cf8b512eaf93f47483b637c34.tar.gz
gana-3f0fe6070e30f46cf8b512eaf93f47483b637c34.zip
-fix hdr
Diffstat (limited to 'gnu-taler-error-codes/Makefile')
-rw-r--r--gnu-taler-error-codes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/Makefile b/gnu-taler-error-codes/Makefile
index d49df9a..f8c653b 100644
--- a/gnu-taler-error-codes/Makefile
+++ b/gnu-taler-error-codes/Makefile
@@ -38,7 +38,7 @@ taler_error_codes.h.tmp: combined.tmp h.template
38 ../format.sh h.template < combined.tmp > $@ 38 ../format.sh h.template < combined.tmp > $@
39 39
40taler_error_codes.h: h.header taler_error_codes.h.tmp h.footer 40taler_error_codes.h: h.header taler_error_codes.h.tmp h.footer
41 cat $^ > $@ 41 cat $^ | sed -e "s/= 0./= /g" > $@
42 42
43taler_error_codes.c.tmp: combined-escaped.tmp c.template 43taler_error_codes.c.tmp: combined-escaped.tmp c.template
44 ../format.sh c.template < combined-escaped.tmp > $@ 44 ../format.sh c.template < combined-escaped.tmp > $@