mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-18 21:18:10 +00:00
(svn r7780) [Configure] -Fix: strip before copy, not copy before strip
This commit is contained in:
parent
fcf444555f
commit
b559f1a376
@ -219,10 +219,11 @@ $(OBJS_RC): %.o: $(SRC_DIR)/%.rc $(FILE_DEP)
|
||||
|
||||
$(TTD): rev.o $(OBJS) $(CONFIG_CACHE_LINKER)
|
||||
$(E) '$(STAGE) Linking $@'
|
||||
$(Q)$(CXX_HOST) $(LDFLAGS) rev.o $(OBJS) $(LIBS) -o $@ && cp $@ $(BIN_DIR)/
|
||||
$(Q)$(CXX_HOST) $(LDFLAGS) rev.o $(OBJS) $(LIBS) -o $@
|
||||
ifdef STRIP
|
||||
$(Q)$(STRIP) $@
|
||||
endif
|
||||
$(Q)cp $@ $(BIN_DIR)/
|
||||
|
||||
# The targets to compile the endian-code
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user