summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-01-20 14:44:42 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-01-20 14:44:42 +0100
commit7514488ad4c3e8289aebe3a03bd14c293479627b (patch)
treedd2ca808cf12edd902341e9ba5d524447feb9b3d /solenv
parentFix windows build of cppu (diff)
downloadcore-7514488ad4c3e8289aebe3a03bd14c293479627b.tar.gz
core-7514488ad4c3e8289aebe3a03bd14c293479627b.zip
Oops, my bad
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/WNT_INTEL_MSC.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index a0559ff92243..284c2ebab5c7 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -254,7 +254,7 @@ define gb_Helper_convert_native
$(subst file:!!!,file:///, \
$(subst //,/, \
$(subst file:///,file:!!!, \
-$(subst $(REPODIR),$(pathsubst %/,%,$(gb_Helper_REPODIR_NATIVE)), \
+$(subst $(REPODIR),$(patsubst %/,%,$(gb_Helper_REPODIR_NATIVE)), \
$(subst $(SRCDIR),$(gb_Helper_SRCDIR_NATIVE), \
$(subst $(WORKDIR),$(gb_Helper_WORKDIR_NATIVE), \
$(subst $(OUTDIR),$(gb_Helper_OUTDIR_NATIVE), \