Changeset 2138

Show
Ignore:
Timestamp:
11/27/07 07:17:20 (1 year ago)
Author:
alexander
Message:

unset VERSION while compiling subversion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/subversion/Makefile

    r1864 r2138  
    2626compile-stage2: 
    2727        unpack ../$(FILE2) --strip-components=1 
    28         ./configure --prefix=/usr --with-ssl \ 
     28        unset VERSION ; ./configure --prefix=/usr --with-ssl \ 
    2929         --with-editor=/usr/bin/vim \ 
    3030         --with-installbuilddir=/usr/share/apr/build 
    31         make 
    32         make install 
     31        unset VERSION ; make 
     32        unset VERSION ; make install 
    3333        install -v -d -m755 /usr/share/doc/$(DIR) 
    3434        cp -v -R doc/* /usr/share/doc/$(DIR)