diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:23:39 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:44 -0400 |
commit | 2033ec9484a77e2ed720a77a874bc9118c8901c3 (patch) | |
tree | a580c6ae02a4fbf8ab03c86681e73c56efe063b6 /Makefile.am | |
parent | 419909bf52eb76c6a9602d47941d2c56d2f485a2 (diff) | |
download | fork-ledger-2033ec9484a77e2ed720a77a874bc9118c8901c3.tar.gz fork-ledger-2033ec9484a77e2ed720a77a874bc9118c8901c3.tar.bz2 fork-ledger-2033ec9484a77e2ed720a77a874bc9118c8901c3.zip |
*** no comment ***
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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" > $@ |