diff options
Diffstat (limited to 'gnu-taler-error-codes/Makefile')
-rw-r--r-- | gnu-taler-error-codes/Makefile | 7 |
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: combined.tmp: registry.rec prep recsel -t TalerErrorCode -j HttpStatus -p Description,Name,Value,HttpStatus,HttpStatus.Value,HttpStatus.Identifier ../http-status-codes/registry.rec registry.rec > $@ -combined-indents.tmp: combined.tmp - sed 's/\+ /\+ * /g' combined.tmp > combined-indents.tmp - -taler-error-codes.h.tmp: combined-indents.tmp h.template - ../format.sh h.template < combined-indents.tmp > $@ +taler-error-codes.h.tmp: combined.tmp h.template + ../format.sh h.template < combined.tmp > $@ taler-error-codes.h: h.header taler-error-codes.h.tmp h.footer cat $^ > $@ |