[Cbe-oss-dev] [PATCH] libspe2: Fix libspe12's clean target
Julio M. Merino Vidal
jmerino at ac.upc.edu
Thu Apr 12 01:02:39 EST 2007
Hello,
A patch for libspe2, generated from the svn repository sources. See
below for details.
* Fix libspe12's clean target.
Make the clean target in the libspe12 directory properly remove the
shared object.
Signed-off-by: Julio M. Merino Vidal <jmerino at ac.upc.edu>
Index: libspe2/libspe12/Makefile
===================================================================
--- libspe2.orig/libspe12/Makefile
+++ libspe2/libspe12/Makefile
@@ -38,5 +38,5 @@ install: spe.h $(libspe12_SO) $(libspe12
clean:
- rm -f $(libspe12_SONAME) $(libspe12_OBJS) $(libspe12_A)
+ rm -f $(libspe12_SO) $(libspe12_OBJS) $(libspe12_A)
More information about the cbe-oss-dev
mailing list