(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
authortruelight
Tue, 02 Jan 2007 22:29:26 +0000
changeset 5492 78068f20903a
parent 5491 87f8b5a8cfb5
child 5493 3796771bb24b
(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
Makefile.in
--- a/Makefile.in	Tue Jan 02 22:28:15 2007 +0000
+++ b/Makefile.in	Tue Jan 02 22:29:26 2007 +0000
@@ -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)