From 5201304c1066f7ac3461082fe5ee3bf0595fa745 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 25 Mar 2004 17:20:34 +0000 Subject: [PATCH] Suppress echo echo --- configure/RULES_TOP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/RULES_TOP b/configure/RULES_TOP index 52d767456..6e7ebe1f4 100644 --- a/configure/RULES_TOP +++ b/configure/RULES_TOP @@ -26,7 +26,7 @@ endif ifeq ($(wildcard $(INSTALL_LOCATION_LIB)/*),) @$(RMDIR) $(INSTALL_LOCATION_LIB) endif - echo + @echo # The echo above stops a "nothing to be done for cleandirs" message distclean: realclean realuninstall