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-29 08:51:48 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-29 08:51:48 +0400
commitcd4559a82fee59c03f2ed6a8e704090734392a31 (patch)
tree9456675093cf7a577923ade949a100b3841921eb /mcs/class/Npgsql/Makefile
parent7f5cc73b41ddb2182ee28419cac89172f6bdf091 (diff)
Use $(RESGEN) instead of $(INTERNAL_RESGEN).
svn path=/trunk/mcs/; revision=30501
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 8235baab0af..fae26173217 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)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_RESGEN) $<
+ $(RESGEN) $<
clean: clean-recursive clean-local