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:
authorTodd Berman <tberman@mono-cvs.ximian.com>2004-06-02 06:26:46 +0400
committerTodd Berman <tberman@mono-cvs.ximian.com>2004-06-02 06:26:46 +0400
commitfcd6a5179a3f413b17ad129e2c9a36b4bf4c3f29 (patch)
tree4471e7cf8bd0ac5d8b56950df127285f34914560 /runtime
parent4c0f55d68081114ec725cce85ece90f544b2358e (diff)
match mono-rpm-helpers rearranging in mcs
svn path=/trunk/mono/; revision=28668
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index e0b44f7b5aa..88be6ea53c8 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -88,8 +88,8 @@ $(monobins_DATA):
setreg.exe) d=tools/security ;; \
sn.exe) d=tools/security ;; \
monop.exe) d=tools/monop ;; \
- mono-find-provides.exe) d=tools/mono-rpm-helpers ;; \
- mono-find-requires.exe) d=tools/mono-rpm-helpers ;; \
+ mono-find-provides.exe) d=tools/mono-rpm-helpers/mono-find-provides ;; \
+ mono-find-requires.exe) d=tools/mono-rpm-helpers/mono-find-requires ;; \
browsercaps-updater.exe) d=tools/browsercaps-updater ;; \
gacutil.exe) d=tools/gacutil ;; \
gmcs.exe) d=gmcs ;; \