Makefile.in
changeset 5743 2eaddece9339
parent 5738 dfbda1b84e94
child 5746 12761535865a
--- 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)