diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-30 16:19:25 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-30 16:19:25 +0200 |
commit | 5142d3c434402f814775e4927e3f44223a5d5f6d (patch) | |
tree | d6309a7087bf3cab10d16ebdcb8d148f041ae188 /starmath/Library_smd.mk | |
parent | a9ba87e962bcc2c2d2d8e2700a991932feee56bb (diff) |
realpathing starmath module
Diffstat (limited to 'starmath/Library_smd.mk')
-rw-r--r-- | starmath/Library_smd.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index 2a0016e106ff..a7a27b14533b 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -21,13 +21,13 @@ $(eval $(call gb_Library_Library,smd)) -$(eval $(call gb_Library_add_precompiled_header,smd,$(SRCDIR)/starmath/inc/pch/precompiled_starmath)) +$(eval $(call gb_Library_add_precompiled_header,smd,$(realpath $(SRCDIR)/starmath/inc/pch/precompiled_starmath))) $(eval $(call gb_Library_set_componentfile,smd,starmath/util/smd)) $(eval $(call gb_Library_set_include,smd,\ - -I$(SRCDIR)/starmath/inc/pch \ - -I$(SRCDIR)/starmath/inc \ + -I$(realpath $(SRCDIR)/starmath/inc/pch) \ + -I$(realpath $(SRCDIR)/starmath/inc) \ -I$(WORKDIR)/Misc/sm/ \ $$(INCLUDE) \ -I$(OUTDIR)/inc/offuh \ |