gnumake4: fix buildbreakers from merge

This commit is contained in:
Bjoern Michaelsen 2011-06-20 13:24:10 +02:00
parent e268256133
commit 37a773d897
3 changed files with 3 additions and 4 deletions

View file

@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_JunitTest_JunitTest,forms_complex))
$(eval $(call gb_JunitTest_JunitTest,forms_complex, SRCDIR))
$(eval $(call gb_JunitTest_add_jars,forms_complex,\
$(OUTDIR)/bin/OOoRunner.jar \

View file

@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_JunitTest_JunitTest,forms_unoapi))
$(eval $(call gb_JunitTest_JunitTest,forms_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_set_defs,forms_unoapi,\
$$(DEFS) \

View file

@ -39,8 +39,7 @@ $(eval $(call gb_Library_set_include,frm,\
$(if $(filter YES,$(SYSTEM_LIBXML)),$(filter -I%,$(LIBXML_CFLAGS))) \
))
$(eval $(call gb_Library_set_defs,frm,\
$$(DEFS) \
$(eval $(call gb_Library_add_defs,frm,\
$(if $(filter YES,$(SYSTEM_LIBXML)),-DSYSTEM_LIBXML $(filter-out -I%,$(LIBXML_CFLAGS))) \
))