summaryrefslogtreecommitdiff
path: root/tests/namespaces
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-19 16:06:21 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-19 16:06:21 +0000
commit0643448255e9918a7bf81dc8577b0f8225a4e047 (patch)
tree64b9e104620c7bbcca8b9f3bd87b40a806a414c3 /tests/namespaces
parent73d09e27489b1b2b9f16d45002cfc5fe3f137901 (diff)
downloadlibxslt-0643448255e9918a7bf81dc8577b0f8225a4e047.tar.gz
libxslt-0643448255e9918a7bf81dc8577b0f8225a4e047.tar.bz2
libxslt-0643448255e9918a7bf81dc8577b0f8225a4e047.zip
- tests/documents/Makefile.am tests/general/Makefile.am
tests/multiple/Makefile.am tests/namespaces/Makefile.am tests/numbers/Makefile.am tests/xmlspec/Makefile.am: Seems some of the changes I made for 0.9.0 Makefiles were not commited ... Daniel
Diffstat (limited to 'tests/namespaces')
-rw-r--r--tests/namespaces/Makefile.am2
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; \