From 73fcc3cc7918be8925358e3e4ca6b4a136da19e2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 20 Jul 2007 00:09:34 +0000 Subject: Silence XSLT invocation. Ensure generated testcase source files are deleted from clean target. svn path=/trunk/dom/; revision=3445 --- test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Makefile') 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 $< -- cgit v1.2.3