From e4217b670abb4cab2dce3cbd18bc18d1d17d8950 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 5 Jan 2009 12:30:21 +0000 Subject: #i95875#, #i10000# Do not create signalfiles in in working directory. --- basegfx/test/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx') diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk index 62ddba48d866..5bf0d8aa0b59 100644 --- a/basegfx/test/makefile.mk +++ b/basegfx/test/makefile.mk @@ -89,7 +89,7 @@ $(MISC)$/unittest_succeeded : $(SHL1TARGETN) @echo ---------------------------------------------------------- @echo - start unit test on library $(SHL1TARGETN) @echo ---------------------------------------------------------- - testshl2 -forward $(BIN)$/ $(SHL1TARGETN) + testshl2 -sf $(mktmp ) -forward $(BIN)$/ $(SHL1TARGETN) $(TOUCH) $@ ALLTAR : $(MISC)$/unittest_succeeded -- cgit