Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-06-22 13:19:37 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-22 13:19:37 +0400
commit62183b530c641f8bc441c5c137c1cb275aae66ef (patch)
tree8552e206fa175c875f6beb3c3185ffd957825c6c /mcs/class/Npgsql/Makefile
parentdf668cb4c03c213037e8288d18319fd41960a2c9 (diff)
Use $(PLATFORM_PATH_SEPARATOR) in MONO_PATH.
svn path=/trunk/mcs/; revision=30101
Diffstat (limited to 'mcs/class/Npgsql/Makefile')
-rwxr-xr-xmcs/class/Npgsql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Npgsql/Makefile b/mcs/class/Npgsql/Makefile
index 05d961f5e3a..8235baab0af 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -39,7 +39,7 @@ RESX_RES = Npgsql/NpgsqlState.resources Npgsql/NpgsqlClosedState.resources Npgsq
all: $(RESX_RES) $(the_lib)
%.resources: %.resx
- MONO_PATH=$(topdir)/class/lib/$(PROFILE):$$MONO_PATH $(INTERNAL_RESGEN) $<
+ MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_RESGEN) $<
clean: clean-recursive clean-local