diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-04 01:48:49 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-04 01:48:49 -0600 |
commit | 1c6f4e6ff73034cf312662c4bda31bccd36c966b (patch) | |
tree | ffece2bf5c94cf9b1fff71ae087ec152d92a1a9e /starmath | |
parent | ec7c098a28b900110413ab97ab522686d94c3d40 (diff) |
fix dep to svx/globlmn.hrc inside of tail_build
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/AllLangResTarget_sm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/AllLangResTarget_sm.mk b/starmath/AllLangResTarget_sm.mk index a1f31a4d11a8..3cfda797c2ce 100644 --- a/starmath/AllLangResTarget_sm.mk +++ b/starmath/AllLangResTarget_sm.mk @@ -48,6 +48,6 @@ $(eval $(call gb_SrsTarget_add_files,sm/res,\ starmath/source/toolbox.src \ )) -$(call gb_SrsTarget_get_target,sm/res) :| $(OUTDIR)/inc/svx/globlmn.hrc +$(call gb_SrsTemplateTarget_get_target,sm/res) : $(call gb_Package_get_target,svx_globlmn_hrc) # vim: set noet sw=4 ts=4: |