summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-20 00:09:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-20 00:09:34 +0000
commit73fcc3cc7918be8925358e3e4ca6b4a136da19e2 (patch)
treed345412774fe2067c4b063610d6fce03394f4ff8 /test
parent921e67980817b1d2517758914bc743e401142de4 (diff)
downloadlibdom-73fcc3cc7918be8925358e3e4ca6b4a136da19e2.tar.gz
libdom-73fcc3cc7918be8925358e3e4ca6b4a136da19e2.tar.bz2
Silence XSLT invocation.
Ensure generated testcase source files are deleted from clean target. svn path=/trunk/dom/; revision=3445
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 95fe381..c8e44fe 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -46,6 +46,7 @@ debug:
clean:
ifneq (${OBJS}, )
+ -@${RM} ${RMFLAGS} $(CFILES)
-@${RM} ${RMFLAGS} $(addsuffix ${EXEEXT}, $(OBJS))
endif
@@ -69,4 +70,4 @@ transform: $(CFILES)
@${RM} ${RMFLAGS} $@.o
%.c: %.xml
- ${XSLT} -o $@ transform/test-to-c.xsl $<
+ @${XSLT} -o $@ transform/test-to-c.xsl $<