Author: zoltan
Date: 2005-05-04 10:08:29 -0400 (Wed, 04 May 2005)
New Revision: 44027

Modified:
   trunk/mono/ChangeLog
   trunk/mono/runtime/Makefile.am
Log:
2005-05-04  Zoltan Varga  <[EMAIL PROTECTED]>

        * runtime/Makefile.am: Pass the prefix to the mcs makefiles.


Modified: trunk/mono/ChangeLog
===================================================================
--- trunk/mono/ChangeLog        2005-05-04 13:44:08 UTC (rev 44026)
+++ trunk/mono/ChangeLog        2005-05-04 14:08:29 UTC (rev 44027)
@@ -1,3 +1,7 @@
+2005-05-04  Zoltan Varga  <[EMAIL PROTECTED]>
+
+       * runtime/Makefile.am: Pass the prefix to the mcs makefiles.
+
 2005-04-28  James Willcox  <[EMAIL PROTECTED]>
 
        * man/mkbundle.1: add --config-dir flag

Modified: trunk/mono/runtime/Makefile.am
===================================================================
--- trunk/mono/runtime/Makefile.am      2005-05-04 13:44:08 UTC (rev 44026)
+++ trunk/mono/runtime/Makefile.am      2005-05-04 14:08:29 UTC (rev 44027)
@@ -36,7 +36,7 @@
 # override automake
 install-exec: $(SUPPORT_FILES)
        d=`pwd`; \
-       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' 
RUNTIME_HAS_CONSISTENT_GACDIR=yes install-profiles
+       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' 
RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) install-profiles
 
 # override automake
 install-data:
@@ -45,7 +45,7 @@
 # override automake
 uninstall:
        d=`pwd`; \
-       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' 
RUNTIME_HAS_CONSISTENT_GACDIR=yes uninstall-profiles
+       cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' 
RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) uninstall-profiles
 
 clean-local:
        d=`pwd`; cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' 
clean-profiles

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to