Made a dependency ref to UnitTest.py explicit

This commit is contained in:
John Wiegley 2009-02-25 03:53:46 -04:00
parent 238bd7f8a5
commit f33d3f97f6

View file

@ -350,7 +350,8 @@ ESC_distdir=`echo "$(distdir)" | sed 's/\//\\\\\//g'`
# jww (2007-05-10): This rule will not be triggered on systems that
# define an EXEEXT.
PyUnitTests: $(srcdir)/test/PyUnitTests.py test/python/UnitTests.py
PyUnitTests: $(srcdir)/test/PyUnitTests.py \
$(top_builddir)/test/python/UnitTests.py
@cat $(srcdir)/test/PyUnitTests.py \
| sed "s/%python%/$(ESC_python)/" \
| sed "s/%srcdir%/$(ESC_srcdir)/g" \