Changeset 36187

Show
Ignore:
Timestamp:
12/18/09 21:15:32 (3 years ago)
Author:
saturday06
Message:

asdfadf

Files:
1 modified

Legend:

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

    r36185 r36187  
    7676 
    7777dist2_distdir = dist2.${CONFIGURE_DATE} 
    78 dist2: 
     78dist2-hook: 
    7979        svn status > /dev/null 
    8080        test "`svn status | grep -v '^\?'`" = "" 
    8181        rm -rf ${dist2_distdir} 
    8282        svn co `LC_ALL=en svn info | grep URL | cut -f 2 -d " "` ${dist2_distdir} 
    83         cd ${dist2_distdir} && autoreconf -i && ./configure && make dist 
     83        cd ${dist2_distdir} && autoreconf -i && ./configure 
     84 
     85dist2: dist2-hook 
     86        cd ${dist2_distdir} && make dist 
     87 
     88distcheck2: dist2-hook 
     89        cd ${dist2_distdir} && make distcheck 
    8490 
    8591check2: