Author: zoltan
Date: 2008-02-05 17:31:55 -0500 (Tue, 05 Feb 2008)
New Revision: 94966

Modified:
   trunk/mcs/Makefile
Log:
2008-02-06  Zoltan Varga  <[EMAIL PROTECTED]>
        
        * Makefile (dir-check): Hopefully fix make dist.


Modified: trunk/mcs/Makefile
===================================================================
--- trunk/mcs/Makefile  2008-02-05 22:20:03 UTC (rev 94965)
+++ trunk/mcs/Makefile  2008-02-05 22:31:55 UTC (rev 94966)
@@ -63,7 +63,7 @@
        @:
 
 dir-check:
-       @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILES)" != "basic" ]; then echo 
"Running make from the mcs directory is not supported. Run make from the parent 
directory (if using a tarball), or from the directory where the runtime is 
checked out (if using an SVN checkout)."; exit 1; fi
+       @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then echo 
"Running make from the mcs directory is not supported. Run make from the parent 
directory (if using a tarball), or from the directory where the runtime is 
checked out (if using an SVN checkout)."; exit 1; fi
 
 # fun specialty targets
 

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

Reply via email to