aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/Makefile')
-rw-r--r--gnu-taler-error-codes/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/Makefile b/gnu-taler-error-codes/Makefile
index 4601f61..b95669f 100644
--- a/gnu-taler-error-codes/Makefile
+++ b/gnu-taler-error-codes/Makefile
@@ -15,11 +15,8 @@ prep:
15combined.tmp: registry.rec prep 15combined.tmp: registry.rec prep
16 recsel -t TalerErrorCode -j HttpStatus -p Description,Name,Value,HttpStatus,HttpStatus.Value,HttpStatus.Identifier ../http-status-codes/registry.rec registry.rec > $@ 16 recsel -t TalerErrorCode -j HttpStatus -p Description,Name,Value,HttpStatus,HttpStatus.Value,HttpStatus.Identifier ../http-status-codes/registry.rec registry.rec > $@
17 17
18combined-indents.tmp: combined.tmp 18taler-error-codes.h.tmp: combined.tmp h.template
19 sed 's/\+ /\+ * /g' combined.tmp > combined-indents.tmp 19 ../format.sh h.template < combined.tmp > $@
20
21taler-error-codes.h.tmp: combined-indents.tmp h.template
22 ../format.sh h.template < combined-indents.tmp > $@
23 20
24taler-error-codes.h: h.header taler-error-codes.h.tmp h.footer 21taler-error-codes.h: h.header taler-error-codes.h.tmp h.footer
25 cat $^ > $@ 22 cat $^ > $@