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:
authorDick Porter <dick@acm.org>2003-10-22 18:23:54 +0400
committerDick Porter <dick@acm.org>2003-10-22 18:23:54 +0400
commit0e189be0c934f2a5114c14c50538beee42d160e1 (patch)
tree22a2892ecad227a2c364276b79c55cac8a0ec771 /mcs/class/Npgsql/Makefile
parentcab270a6d24d2541541777b9bece8f0da8730289 (diff)
2003-10-22 Dick Porter <dick@ximian.com>
* platforms/win32.make: * platforms/linux.make: * rules.make: Added RESGEN platform-specific tool. svn path=/trunk/mcs/; revision=19300
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 0ebfe6d1a13..906f27721b0 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -54,7 +54,7 @@ RESX_RES = Npgsql/NpgsqlState.resources Npgsql/NpgsqlClosedState.resources Npgsq
all: $(RESX_RES) $(the_lib)
%.resources: %.resx
- monoresgen $<
+ $(RESGEN) $<
clean: clean-recursive clean-local