changeset 5492:e084d0e50624 draft

(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
author truelight <truelight@openttd.org>
date Tue, 02 Jan 2007 22:29:26 +0000
parents baabb1dbc1dd
children 37ee751e501b
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,9 +41,9 @@
 # and so we have have to combine the binaries into one big binary
 
 # Remove the last binary made by the last compiled target
-	rm -f $(BIN_DIR)/$(TTD)
+	$(Q)rm -f $(BIN_DIR)/$(TTD)
 # Make all the binaries into one
-	$(LIPO) -create -output $(BIN_DIR)/$(TTD) $(TTDS)
+	$(Q)$(LIPO) -create -output $(BIN_DIR)/$(TTD) $(TTDS)
 endif
 
 config.cache: $(CONFIG_CACHE_SOURCE_LIST) $(CONFIGURE_FILES)