Bug #966 ยป 0001-Run-svn_version.sh-with-shell.patch
src/Makefile | ||
---|---|---|
224 | 224 | |
225 | 225 |
# svn_version.h is only rewritten when the svn info | grep Revision has changed |
226 | 226 |
svn_version.h: |
227 |
svn_version.sh |
|
227 |
$(SHELL) svn_version.sh
|
|
228 | 228 |
|
229 | 229 |
version.hpp : svn_version.h |
230 | 230 |
|
231 |
- |