mirror of https://github.com/OpenTTD/OpenTTD
(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
parent
71a0357ee0
commit
c843412313
|
@ -41,9 +41,9 @@ ifdef LIPO
|
||||||
# and so we have have to combine the binaries into one big binary
|
# and so we have have to combine the binaries into one big binary
|
||||||
|
|
||||||
# Remove the last binary made by the last compiled target
|
# 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
|
# Make all the binaries into one
|
||||||
$(LIPO) -create -output $(BIN_DIR)/$(TTD) $(TTDS)
|
$(Q)$(LIPO) -create -output $(BIN_DIR)/$(TTD) $(TTDS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config.cache: $(CONFIG_CACHE_SOURCE_LIST) $(CONFIGURE_FILES)
|
config.cache: $(CONFIG_CACHE_SOURCE_LIST) $(CONFIGURE_FILES)
|
||||||
|
|
Loading…
Reference in New Issue