[project @ 2000-03-13 10:53:55 by simonmar]
[ghc-hetmet.git] / ghc / tests / mk / should_compile.mk
index cb08aa5..d0b7e1f 100644 (file)
@@ -6,7 +6,7 @@ HS_SRCS = $(wildcard *.hs)
 SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 0
 
 %.o : %.hs
-       @echo \*\*\* Testing for successful compilation of $<
+       @echo ---- Testing for successful compilation of $<
        @$(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@
 
 all :: $(HS_OBJS)