[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/Makefile.in between version 1.37 and 1.38

version 1.37, 2009/03/04 06:51:41 version 1.38, 2009/03/04 09:15:36
Line 790  tarball:
Line 790  tarball:
         DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm          DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm
         (cd tmp${prefix}; tar cf - * ) | gzip -c > asir-openxm-${VERSION}.tgz          (cd tmp${prefix}; tar cf - * ) | gzip -c > asir-openxm-${VERSION}.tgz
         -rm -rf tmp          -rm -rf tmp
   
   clean-gc:
           -rm -rf ${top_srcdir}/.gc_*_done ${top_srcdir}/${GC}
           -rm -rf ${top_srcdir}/autom4te.cache
   
   distclean-recursive: clean-gc
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>