From 6fa9d3e86d3311f403934042e1968e1c50d10617 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 7 Dec 2007 01:34:13 +0000 Subject: don't output the commands svn path=/trunk/monodevelop/; revision=90885 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8492909862..ea6b4b0693 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ CONFIG_MAKE=$(top_srcdir)/config.make $$final_exit $(CONFIG_MAKE): - echo "You must run configure first" - exit 1 + @echo "You must run configure first" + @exit 1 clean: clean-recursive install: install-recursive -- cgit v1.2.3