test for ../collects/repos-time-stamp instead of CVS

svn: r14
This commit is contained in:
Eli Barzilay 2005-05-30 19:40:52 +00:00
parent c77caa37e0
commit 5a4f91c415

View File

@ -83,8 +83,8 @@ copy-finish:
cd $(prefix); ./install
inplace-finish:
if [ ! -d $(srcdir)/CVS -a ! -d $(srcdir)/.svn ] ; then cd $(prefix); ./install ; fi
if [ -d $(srcdir)/CVS -o -d $(srcdir)/.svn ] ; then cat $(srcdir)/mzscheme/imsg.txt ; fi
if [ ! -d $(srcdir)/../collects/repos-time-stamp ] ; then cd $(prefix); ./install ; fi
if [ -d $(srcdir)/../collects/repos-time-stamp ] ; then cat $(srcdir)/mzscheme/imsg.txt ; fi
copytree:
cp -p -r $(srcdir)/../collects $(prefix)/.