Project

General

Profile

Bug #966 ยป 0001-Run-svn_version.sh-with-shell.patch

Michael Pratt, 05 Jul 2014 17:58

View differences:

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
- 
    (1-1/1)