Index: trunk/Ohana/src/opihi/Makefile.Common
===================================================================
--- trunk/Ohana/src/opihi/Makefile.Common	(revision 6683)
+++ trunk/Ohana/src/opihi/Makefile.Common	(revision 6684)
@@ -26,10 +26,6 @@
 $(DESTLIB)/%.a: $(LIB)/%.$(ARCH).a
 	@if [ ! -d $(DESTLIB) ]; then mkdir -p $(DESTLIB); fi
-	@echo ""
-	@echo "current: $^"
-	@echo "current: $*"
-	@echo "current: $@"
 	rm -f $@
-	cp $^ $@
+	cp $< $@
 
 lib%.clean:
