(svn r7780) [Configure] -Fix: strip before copy, not copy before strip
authortruelight
Tue, 02 Jan 2007 23:19:52 +0000
changeset 5747 de8028eb52b4
parent 5746 12761535865a
child 5748 ac3ed93575ea
(svn r7780) [Configure] -Fix: strip before copy, not copy before strip
Makefile.src.in
--- a/Makefile.src.in	Tue Jan 02 23:14:39 2007 +0000
+++ b/Makefile.src.in	Tue Jan 02 23:19:52 2007 +0000
@@ -219,10 +219,11 @@
 
 $(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