Software /
code /
prosody
Diff
Makefile @ 4406:424e14d3f99b
Merge with Zash
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 26 Oct 2011 18:58:01 -0400 |
parent | 4403:eb688e4397a5 |
child | 4410:2928a74357c8 |
line wrap: on
line diff
--- a/Makefile Wed Oct 26 18:55:06 2011 -0400 +++ b/Makefile Wed Oct 26 18:58:01 2011 -0400 @@ -63,7 +63,6 @@ sed 's|certs/|$(INSTALLEDCONFIG)/certs/|' $^ > $@ prosody.version: $(wildcard prosody.release .hg/dirstate) - test -e .hg/dirstate && \ - hexdump -n6 -e'6/1 "%02x"' .hg/dirstate > $@ || true - test -f prosody.release && \ - cp prosody.release $@ || true + test -e .hg/dirstate && hexdump -n6 -e'6/1 "%02x"' .hg/dirstate \ + > $@ + test -f prosody.release && cp prosody.release $@ || true