changeset 63:9ca076fc9ce9

fixed mangling of html test names
author thomask
date Sat, 23 Oct 2004 10:05:57 +0000
parents a0017ce7c639
children fa205cfd5491
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Oct 22 20:32:23 2004 +0000
+++ b/Makefile	Sat Oct 23 10:05:57 2004 +0000
@@ -170,7 +170,7 @@
 	fi
 
 %.$(ext_run) : %.$(ext_source_html) Makefile
-	$(eval z_name = $(subst .$(ext_unittest_run),,$@))
+	$(eval z_name = $(subst .$(ext_run),,$@))
 	@if $(DMD) $(DFLAGS) -od$(OBJ_DIR) -of$@ $< $(to_log); then \
 		if $@ $(to_log); then \
 			$(ECHO) "PASS:  $(z_name)"; \