From 1cc9502ccc31e21d231f498b8d8f2843baf4741e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 1 Feb 2011 18:02:20 +0100 Subject: Clean up makefiles --- qadevOOo/runner/basicrunner/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/runner') diff --git a/qadevOOo/runner/basicrunner/makefile.mk b/qadevOOo/runner/basicrunner/makefile.mk index 54874a77ef48..6259845bb7e8 100644 --- a/qadevOOo/runner/basicrunner/makefile.mk +++ b/qadevOOo/runner/basicrunner/makefile.mk @@ -40,7 +40,7 @@ TARGET = runner_basicrunner JARFILES = ridl.jar jurt.jar unoil.jar JAVAFILES = BasicException.java BasicIfcTest.java BasicHandler.java BasicTestCase.java BasicHandlerProvider.java JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) -#SUBDIRS = basichelper + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -- cgit