projects
/
selector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
278c7e6
)
Fixed a bug with wc on macOS (thanks P. Abbet and M. L. Grinshpun).
author
Francois Fleuret
<francois@fleuret.org>
Fri, 10 Apr 2009 15:29:31 +0000
(17:29 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 10 Apr 2009 15:29:31 +0000
(17:29 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
d80b4cd
..
1768697
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-26,7
+26,7
@@
MAN_PATH = /usr/share/man/man1
LDFLAGS=-lcurses
-REVISION_NUMBER=$(shell git log | grep ^commit | wc -l)
+REVISION_NUMBER=$(shell git log | grep ^commit | wc -l
| sed -e "s/[^0-9]//g"
)
ifeq ($(DEBUG),yes)
OPTIMIZE_FLAG = -ggdb3 -DDEBUG