sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Ticket #228: svn174.patch

File svn174.patch, 438 bytes (added by Generic User (don't modify these fields), 12 years ago)

svn 1.7.4 patch

  • svn.make

     
    22MD5_EXCLUDE ?=
    33
    44SVN_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 \
    66          if test -f $(srcdir)/$@; then \
    77            cp $(srcdir)/$@ $@.tmp; chmod u+rw $@.tmp; \
    88          else \