diff options
Diffstat (limited to 'gnu-taler-error-codes/Makefile')
-rw-r--r-- | gnu-taler-error-codes/Makefile | 2 |
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 | ||
40 | taler_error_codes.h: h.header taler_error_codes.h.tmp h.footer | 40 | taler_error_codes.h: h.header taler_error_codes.h.tmp h.footer |
41 | cat $^ > $@ | 41 | cat $^ | sed -e "s/= 0./= /g" > $@ |
42 | 42 | ||
43 | taler_error_codes.c.tmp: combined-escaped.tmp c.template | 43 | taler_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 > $@ |