Changeset - r5496:cbbe778805cc
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-01-02 23:19:52
truelight@openttd.org
(svn r7780) [Configure] -Fix: strip before copy, not copy before strip
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.src.in
Show inline comments
 
@@ -219,10 +219,11 @@ endif
 

	
 
$(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
 

	
0 comments (0 inline, 0 general)