Index: Makefile
===================================================================
--- Makefile (revision 445)
+++ Makefile (revision 446)
@@ -120,14 +120,14 @@
@rm -rf $(MPC_32_PKG)/usr/share
# ======= remove toolchain path from target libtool *.la files =======
@( cd $(MPC_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
- sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la \
+ sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la ; \
)
# ======= Install the same to $(TARGET_DEST_DIR) =======
$(call install-into-devenv, $(MPC_32_PKG))
# ======= tune libtool *.la search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
- sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libmpc.la ; \
- sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la \
+ sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libmpc.la ; \
+ sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la ; \
)
# ======= Strip binaries =======
@( cd $(MPC_32_PKG) ; \