Changeset 36094

Show
Ignore:
Timestamp:
12/07/09 23:39:40 (3 years ago)
Author:
saturday06
Message:

adiofj

Location:
lang/objective-cplusplus/i3/trunk
Files:
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/Makefile.am

    r36092 r36094  
    6767#       cd ${top_distdir} && sh ${abs_top_srcdir}/scripts/clean_distdir.sh 
    6868 
     69dist2_distdir = dist2.${PACKAGE_NAME}-${PACKAGE_VERSION} 
    6970dist2: 
    70         rm -rf distdir 
    71         svn co `LC_ALL=en svn info | grep URL | cut -f 2 -d " "` distdir 
    72         cd distdir && autoreconf -i && ./configure && make dist 
     71        rm -rf ${dist2_distdir} 
     72        svn co `LC_ALL=en svn info | grep URL | cut -f 2 -d " "` ${dist2_distdir} 
     73        cd ${dist2_distdir} && autoreconf -i 
     74        cd ${dist2_distdir} && ./configure 
     75        cd ${dist2_distdir} && make dist 
    7376 
    7477# copy locale file for windows