[Cbe-oss-dev] [PATCH] libspe2: elfspe2-register installation bug fix
Kazunori Asayama
asayama at sm.sony.co.jp
Sat Nov 11 02:08:44 EST 2006
Dirk Herrendoerfer <d.herrendoerfer at de.ibm.com> wrote:
> Dear list members,
>
> attached to this posting is the libspe2 prototype implementation.
> Please take note that this is prototype code, although it has seen
> some testing it may still have open issues.
A patch to fix a bug following is attached:
- The template of elfspe2-register is installed.
--
(ASAYAMA Kazunori
(asayama at sm.sony.co.jp))
t
-------------- next part --------------
Index: libspe2-2.0.0/elfspe2/Makefile
===================================================================
--- libspe2-2.0.0.orig/elfspe2/Makefile
+++ libspe2-2.0.0/elfspe2/Makefile
@@ -39,7 +39,7 @@ clean:
install: elfspe2 elfspe2-register
$(INSTALL_DIR) $(ROOT)$(bindir)
$(INSTALL_PROGRAM) elfspe2 $(ROOT)$(bindir)/elfspe2
- $(INSTALL_PROGRAM) scripts/elfspe2-register $(ROOT)$(bindir)/elfspe2-register
+ $(INSTALL_PROGRAM) elfspe2-register $(ROOT)$(bindir)/elfspe2-register
$(INSTALL_PROGRAM) scripts/elfspe2-unregister $(ROOT)$(bindir)/elfspe2-unregister
#
More information about the cbe-oss-dev
mailing list