diff options
Diffstat (limited to 'tests/namespaces/Makefile.am')
-rw-r--r-- | tests/namespaces/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespaces/Makefile.am b/tests/namespaces/Makefile.am index d034e4c7..bf65f96b 100644 --- a/tests/namespaces/Makefile.am +++ b/tests/namespaces/Makefile.am @@ -13,7 +13,7 @@ EXTRA_DIST = \ all: test test tests: $(top_builddir)/libxslt/xsltproc - @(rm -f .memdump ; touch .memdump) + @(echo > .memdump) @(for i in $(srcdir)/*.xml ; do \ doc="`basename $$i .xml`" ; \ j=$(srcdir)/"$$doc".xsl; \ |