Changeset - r5492:d67ffa763725
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-01-02 22:29:26
truelight@openttd.org
(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
Makefile.in
Show inline comments
 
@@ -41,9 +41,9 @@ ifdef LIPO
 
# 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)
0 comments (0 inline, 0 general)