components/subversion/Makefile
changeset 4984 7145b15b7f0d
parent 4863 9f62fae83a66
child 5055 9daf220c1a9a
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    49 JAVA_ROOT = $(JAVA_HOME)
    49 JAVA_ROOT = $(JAVA_HOME)
    50 PERL_VERSION.32 = 5.12
    50 PERL_VERSION.32 = 5.12
    51 PERL_VERSION.64 = 5.16
    51 PERL_VERSION.64 = 5.16
    52 PERL_VERSION = $(PERL_VERSION.$(BITS))
    52 PERL_VERSION = $(PERL_VERSION.$(BITS))
    53 PERL = $(PERL.$(PERL_VERSION))
    53 PERL = $(PERL.$(PERL_VERSION))
    54 PYTHON_VERSION = 2.7
       
    55 GNUCP = /usr/gnu/bin/cp
    54 GNUCP = /usr/gnu/bin/cp
    56 
    55 
    57 # because we can't seem to get -norunpath to the java bindings build any
    56 # because we can't seem to get -norunpath to the java bindings build any
    58 # other way.
    57 # other way.
    59 CXX += $(studio_NORUNPATH)
    58 CXX += $(studio_NORUNPATH)