diff options
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/Jar_juh.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/javaunohelper/Jar_juh.mk b/javaunohelper/Jar_juh.mk index cfd0ec818d89..633a2d8c60f4 100644 --- a/javaunohelper/Jar_juh.mk +++ b/javaunohelper/Jar_juh.mk @@ -19,8 +19,7 @@ $(eval $(call gb_Jar_set_packageroot,juh,com)) $(eval $(call gb_Jar_add_manifest_classpath,juh, \ jurt.jar \ ridl.jar \ - $(if $(filter MACOSX,$(OS)),../../Frameworks/, \ - $(if $(filter WNT,$(OS)),../bin/,../)) \ + $(if $(filter MACOSX,$(OS)),../../Frameworks/,../) \ )) $(eval $(call gb_Jar_set_manifest,juh,$(SRCDIR)/javaunohelper/util/manifest)) |