From 957c87b827c2d762c20e17e31d0f26e6695f4cc8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 1 Feb 2011 17:58:43 +0100 Subject: Clean up makefiles --- comphelper/qa/complex/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper/qa') diff --git a/comphelper/qa/complex/makefile.mk b/comphelper/qa/complex/makefile.mk index ec0efdd1188c..2ddba50b4d81 100644 --- a/comphelper/qa/complex/makefile.mk +++ b/comphelper/qa/complex/makefile.mk @@ -30,6 +30,7 @@ TARGET = ComphelperComplexTests PRJNAME = comphelper # --- Settings ----------------------------------------------------- + .INCLUDE: settings.mk #----- compile .java files ----------------------------------------- @@ -42,7 +43,6 @@ JAVACLASSFILES := $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(i:d)$/$(i:b).class) MAXLINELENGTH = 100000 -#JARCLASSDIRS = JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE -- cgit