Ticket #228: svn174.patch
File svn174.patch, 438 bytes (added by , 13 years ago) |
---|
-
svn.make
2 2 MD5_EXCLUDE ?= 3 3 4 4 SVN_Info.C: SVN_Info.C.in 5 @if ! which svn > /dev/null || ! test -d $( srcdir)/.svn; then \5 @if ! which svn > /dev/null || ! test -d $(top_srcdir)/.svn; then \ 6 6 if test -f $(srcdir)/$@; then \ 7 7 cp $(srcdir)/$@ $@.tmp; chmod u+rw $@.tmp; \ 8 8 else \