Skip to content

Commit ad43fcb

Browse files
committed
Makefile: handle the case of --show-signature being default
1 parent a03e9d8 commit ad43fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fuse.o: fuse.c common.h
1818
xmpp.o: xmpp.c common.h
1919

2020
version.c:
21-
echo "char HateXMPP_ver[] = "\"0.2-`git log -n1 --pretty=format:%H`\""; char * getversion(void) { return HateXMPP_ver; }" > version.c
21+
echo "char HateXMPP_ver[] = "\"0.2-`git log --no-show-signature -n1 --pretty=format:%H`\""; char * getversion(void) { return HateXMPP_ver; }" > version.c
2222

2323
.PHONY: clean
2424

0 commit comments

Comments
 (0)