From 2033ec9484a77e2ed720a77a874bc9118c8901c3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 07:23:39 +0000 Subject: *** no comment *** --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e251ceb8..bb95f535 100644 --- a/Makefile.am +++ b/Makefile.am @@ -237,7 +237,9 @@ UnitTests_LDADD = $(lib_LTLIBRARIES) gdtoa/libgdtoa.la -lcppunit PyUnitTests_SOURCES = tests/python/PyUnitTests.py -PyUnitTests): $(srcdir)/tests/python/PyUnitTests.py +# jww (2007-05-10): This rule will not be triggered on systems that +# define an EXEEXT. +PyUnitTests: $(srcdir)/tests/python/PyUnitTests.py cat $(srcdir)/tests/python/PyUnitTests.py \ | sed "s/%srcdir%/$(ESC_srcdir)/g" \ | sed "s/%builddir%/$(ESC_builddir)/g" > $@ -- cgit v1.2.3