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:
authorChris Toshok <toshok@novell.com>2004-11-23 22:48:17 +0300
committerChris Toshok <toshok@novell.com>2004-11-23 22:48:17 +0300
commitb7a491ec4661a2d15cda21faca79675ba548f385 (patch)
tree487d5113cb0a48554a550cb05b4ce91356ca12f4 /Makefile.am
parent97f80f41897a8efddb4b2e21647cda31e54b4089 (diff)
2004-11-23 Chris Toshok <toshok@ximian.com>
* Makefile.am (bootstrap): echo -> @echo. svn path=/trunk/mono/; revision=36445
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 17cea8a6404..e71ff01df56 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,5 +66,5 @@ win32setup:
makensis /DMILESTONE=$(VERSION) /DSOURCE_INSTALL_DIR=$(SOURCE_INSTALL_DIR) /DBUILDNUM=$(BUILDNUM) monowiz.win32.nsi
bootstrap: all
- echo "*** 'make bootstrap' is obsolete. Just run 'make' to perform a combined mono+mcs build"
+ @echo "*** 'make bootstrap' is obsolete. Just run 'make' to perform a combined mono+mcs build"
exit 1