diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:58:43 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:58:55 +0100 |
commit | 957c87b827c2d762c20e17e31d0f26e6695f4cc8 (patch) | |
tree | 6ce421b2e0f1522ccdbcce51d07f44072c095ed3 /comphelper/qa | |
parent | 32ce576ef908d3cc7046f04ad08e91718799e260 (diff) |
Clean up makefiles
Diffstat (limited to 'comphelper/qa')
-rw-r--r-- | comphelper/qa/complex/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |