(svn r7780) [Configure] -Fix: strip before copy, not copy before strip

This commit is contained in:
truelight 2007-01-02 23:19:52 +00:00
parent fcf444555f
commit b559f1a376

View File

@ -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