diff options
Diffstat (limited to 'sc/Library_vbaobj.mk')
-rw-r--r-- | sc/Library_vbaobj.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Library_vbaobj.mk b/sc/Library_vbaobj.mk index 082b254c88df..9fa0628d3d92 100644 --- a/sc/Library_vbaobj.mk +++ b/sc/Library_vbaobj.mk @@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,vbaobj,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_set_precompiled_header,vbaobj,$(SRCDIR)/sc/inc/pch/precompiled_vbaobj)) +$(eval $(call gb_Library_set_precompiled_header,vbaobj,sc/inc/pch/precompiled_vbaobj)) $(eval $(call gb_Library_set_componentfile,vbaobj,sc/util/vbaobj)) |